#3300FF Royal Hunter Blue
#3300FF (Royal Hunter Blue) RGB value is (51, 0, 255).
Red value is 51, green value is 0, and blue value is 255.
Cylindrical-coordinate representations (HSL) of color #3300FF: hue: 252°, saturation: 100%, and lightness: 50%.
Process color (CMYK) of #3300FF is 80%, 100%, 0%, 0%. Web safe color equivalent of #3300FF is ##3300FF. Color #3300FF contains mainly Blue.
Color Spaces
| Color spaces of #3300FF | Value |
|---|---|
| RGB | 51, 0, 255 |
| HSL | 252°, 100%, 50% |
| HSV / HSB | 252°, 100%, 100% |
| CMYK | 80%, 100%, 0%, 0% |
| XYZ | 19.41, 7.92, 95.09 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00110011 | 00000000 | 11111111 |
| Octal | 063 | 000 | 377 |
| Decimal | 51 | 0 | 255 |
| Hex | 33 | 00 | FF |
Shades of #3300FF
Tints of #3300FF
.mybgColor { background-color: #3300FF; }
.myforeColor { color: #3300FF; }
.myborderColor { border: 3px solid #3300FF; }
<p style="color:#3300FF">Text here</p>
This sample text is styled with font color #3300FF. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#3300FF">Div content here</div>
<div style="border:3px solid #3300FF">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51, 0, 255, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #3300FF; }
.divShadow { -moz-box-shadow: 1px 1px 3px #3300FF;
-webkit-box-shadow: 1px 1px 3px #3300FF;
box-shadow: 1px 1px 3px #3300FF; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #3300FF (Royal Hunter Blue)
Color Overview & Profile: Color #3300FF, also known as Royal Hunter Blue, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 20% Red (51/255), 0% Green (0/255), and 100% Blue (255/255). The primary color family component is Blue.
Print & Physical Production Specs: For physical print production and offset printing setups, #3300FF translates into the CMYK subtractive color model with values of 80% Cyan, 100% Magenta, 0% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 252°, saturation of 100%, and lightness of 50%.
Web Accessibility & Design Recommendations: When implementing #3300FF in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##3300FF.
