Shades of Royal Blue #336FFF
Tints of Royal Blue #336FFF
RGB
CMYK
RGB Variations
Color information
#336FFF (or 0x336FFF) is known color: Royal Blue. HEX triplet: 33, 6F and FF. RGB value is (51,111,255). Sum of RGB (Red+Green+Blue) = 51+111+255=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #336FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336FFF is #CC9000. Grayscale: #6C6C6C. Windows color (decimal): -13406209 or 16740147. OLE color: 16740147.
HSL color Cylindrical-coordinate representation of color #336FFF: hue angle of 222.35º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336FFF is Cyan = 0.8, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 111 | 255 | - |
| CMYK | 0.8 | 0.56 | 0 | 0 |
| HSL | 222.35º | 1% | 0.6% | - |
| HSV(B) | 222.35º | 0.8% | 1% | - |
| XYZ | 25.1 | 19.29 | 97.01 | - |
| YUV | 109.48 | 210.12 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 255 | 0.8 | 0.56 | 0 | 0 | 222.35 | 1 | 0.6 |
| Hex | 33 | 6F | FF | 50 | 38 | 0 | 0 | DE | 64 | 3C |
| Octal | 63 | 157 | 377 | 120 | 70 | 0 | 0 | 336 | 144 | 74 |
| Binary | 110011 | 1101111 | 11111111 | 1010000 | 111000 | 0 | 0 | 11011110 | 1100100 | 111100 |
Color Harmonies of #336FFF
Complementary color
Monochromatic Colors of #336FFF
Black with #336FFF
Text Example
Text Example
White with #336FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FFF; }
p { color: rgb(51,111,255); }
H1.HeaderClassName
{
color: #336FFF;
}
.AnyTagClassName
{
color: #336FFF;
}
</style>
background-color css
<style>
a { background-color: #336FFF; }
a { background-color: rgb(51,111,255); }
div.DivClassName
{
background-color: #336FFF;
}
.BgClassName
{
background-color: #336FFF;
}
</style>
border-color css
<style>
span { border-color: #336FFF; }
span { border-color: rgb(51,111,255); }
td.TdClassName
{
border-color: #336FFF;
}
.TagClassName
{
border-color: #336FFF;
}
</style>