Shades of Royal Blue #336BFF
Tints of Royal Blue #336BFF
RGB
CMYK
RGB Variations
Color information
#336BFF (or 0x336BFF) is known color: Royal Blue. HEX triplet: 33, 6B and FF. RGB value is (51,107,255). Sum of RGB (Red+Green+Blue) = 51+107+255=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #336BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336BFF is #CC9400. Grayscale: #6A6A6A. Windows color (decimal): -13407233 or 16739123. OLE color: 16739123.
HSL color Cylindrical-coordinate representation of color #336BFF: hue angle of 223.53º 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 #336BFF is Cyan = 0.8, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 107 | 255 | - |
| CMYK | 0.8 | 0.58 | 0 | 0 |
| HSL | 223.53º | 1% | 0.6% | - |
| HSV(B) | 223.53º | 0.8% | 1% | - |
| XYZ | 24.67 | 18.44 | 96.87 | - |
| YUV | 107.13 | 211.45 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 255 | 0.8 | 0.58 | 0 | 0 | 223.53 | 1 | 0.6 |
| Hex | 33 | 6B | FF | 50 | 3A | 0 | 0 | E0 | 64 | 3C |
| Octal | 63 | 153 | 377 | 120 | 72 | 0 | 0 | 340 | 144 | 74 |
| Binary | 110011 | 1101011 | 11111111 | 1010000 | 111010 | 0 | 0 | 11100000 | 1100100 | 111100 |
Color Harmonies of #336BFF
Complementary color
Monochromatic Colors of #336BFF
Black with #336BFF
Text Example
Text Example
White with #336BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336BFF; }
p { color: rgb(51,107,255); }
H1.HeaderClassName
{
color: #336BFF;
}
.AnyTagClassName
{
color: #336BFF;
}
</style>
background-color css
<style>
a { background-color: #336BFF; }
a { background-color: rgb(51,107,255); }
div.DivClassName
{
background-color: #336BFF;
}
.BgClassName
{
background-color: #336BFF;
}
</style>
border-color css
<style>
span { border-color: #336BFF; }
span { border-color: rgb(51,107,255); }
td.TdClassName
{
border-color: #336BFF;
}
.TagClassName
{
border-color: #336BFF;
}
</style>