Shades of Royal Blue #3366CF
Tints of Royal Blue #3366CF
RGB
CMYK
RGB Variations
Color information
#3366CF (or 0x3366CF) is known color: Royal Blue. HEX triplet: 33, 66 and CF. RGB value is (51,102,207). Sum of RGB (Red+Green+Blue) = 51+102+207=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #3366CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3366CF is #CC9930. Grayscale: #626262. Windows color (decimal): -13408561 or 13592115. OLE color: 13592115.
HSL color Cylindrical-coordinate representation of color #3366CF: hue angle of 220.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3366CF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 102 | 207 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.19 |
| HSL | 220.38º | 0.62% | 0.51% | - |
| HSV(B) | 220.38º | 0.75% | 0.81% | - |
| XYZ | 17.38 | 14.71 | 60.96 | - |
| YUV | 98.72 | 189.1 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 207 | 0.75 | 0.51 | 0 | 0.19 | 220.38 | 0.62 | 0.51 |
| Hex | 33 | 66 | CF | 4B | 33 | 0 | 13 | DC | 3E | 33 |
| Octal | 63 | 146 | 317 | 113 | 63 | 0 | 23 | 334 | 76 | 63 |
| Binary | 110011 | 1100110 | 11001111 | 1001011 | 110011 | 0 | 10011 | 11011100 | 111110 | 110011 |
Color Harmonies of #3366CF
Complementary color
Monochromatic Colors of #3366CF
Black with #3366CF
Text Example
Text Example
White with #3366CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3366CF; }
p { color: rgb(51,102,207); }
H1.HeaderClassName
{
color: #3366CF;
}
.AnyTagClassName
{
color: #3366CF;
}
</style>
background-color css
<style>
a { background-color: #3366CF; }
a { background-color: rgb(51,102,207); }
div.DivClassName
{
background-color: #3366CF;
}
.BgClassName
{
background-color: #3366CF;
}
</style>
border-color css
<style>
span { border-color: #3366CF; }
span { border-color: rgb(51,102,207); }
td.TdClassName
{
border-color: #3366CF;
}
.TagClassName
{
border-color: #3366CF;
}
</style>