Shades of Royal Blue #336FE6
Tints of Royal Blue #336FE6
RGB
CMYK
RGB Variations
Color information
#336FE6 (or 0x336FE6) is known color: Royal Blue. HEX triplet: 33, 6F and E6. RGB value is (51,111,230). Sum of RGB (Red+Green+Blue) = 51+111+230=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #336FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336FE6 is #CC9019. Grayscale: #6A6A6A. Windows color (decimal): -13406234 or 15101747. OLE color: 15101747.
HSL color Cylindrical-coordinate representation of color #336FE6: hue angle of 219.89º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336FE6 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 111 | 230 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.10 |
| HSL | 219.89º | 0.78% | 0.55% | - |
| HSV(B) | 219.89º | 0.78% | 0.9% | - |
| XYZ | 21.33 | 17.79 | 77.17 | - |
| YUV | 106.63 | 197.62 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 230 | 0.78 | 0.52 | 0 | 0.10 | 219.89 | 0.78 | 0.55 |
| Hex | 33 | 6F | E6 | 4E | 34 | 0 | A | DC | 4E | 37 |
| Octal | 63 | 157 | 346 | 116 | 64 | 0 | 12 | 334 | 116 | 67 |
| Binary | 110011 | 1101111 | 11100110 | 1001110 | 110100 | 0 | 1010 | 11011100 | 1001110 | 110111 |
Color Harmonies of #336FE6
Complementary color
Monochromatic Colors of #336FE6
Black with #336FE6
Text Example
Text Example
White with #336FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FE6; }
p { color: rgb(51,111,230); }
H1.HeaderClassName
{
color: #336FE6;
}
.AnyTagClassName
{
color: #336FE6;
}
</style>
background-color css
<style>
a { background-color: #336FE6; }
a { background-color: rgb(51,111,230); }
div.DivClassName
{
background-color: #336FE6;
}
.BgClassName
{
background-color: #336FE6;
}
</style>
border-color css
<style>
span { border-color: #336FE6; }
span { border-color: rgb(51,111,230); }
td.TdClassName
{
border-color: #336FE6;
}
.TagClassName
{
border-color: #336FE6;
}
</style>