Shades of Royal Blue #336BFC
Tints of Royal Blue #336BFC
RGB
CMYK
RGB Variations
Color information
#336BFC (or 0x336BFC) is known color: Royal Blue. HEX triplet: 33, 6B and FC. RGB value is (51,107,252). Sum of RGB (Red+Green+Blue) = 51+107+252=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #336BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336BFC is #CC9403. Grayscale: #6A6A6A. Windows color (decimal): -13407236 or 16542515. OLE color: 16542515.
HSL color Cylindrical-coordinate representation of color #336BFC: hue angle of 223.28º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336BFC is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 107 | 252 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.01 |
| HSL | 223.28º | 0.97% | 0.59% | - |
| HSV(B) | 223.28º | 0.8% | 0.99% | - |
| XYZ | 24.19 | 18.25 | 94.34 | - |
| YUV | 106.79 | 209.95 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 252 | 0.80 | 0.58 | 0 | 0.01 | 223.28 | 0.97 | 0.59 |
| Hex | 33 | 6B | FC | 50 | 3A | 0 | 1 | DF | 61 | 3B |
| Octal | 63 | 153 | 374 | 120 | 72 | 0 | 1 | 337 | 141 | 73 |
| Binary | 110011 | 1101011 | 11111100 | 1010000 | 111010 | 0 | 1 | 11011111 | 1100001 | 111011 |
Color Harmonies of #336BFC
Complementary color
Monochromatic Colors of #336BFC
Black with #336BFC
Text Example
Text Example
White with #336BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336BFC; }
p { color: rgb(51,107,252); }
H1.HeaderClassName
{
color: #336BFC;
}
.AnyTagClassName
{
color: #336BFC;
}
</style>
background-color css
<style>
a { background-color: #336BFC; }
a { background-color: rgb(51,107,252); }
div.DivClassName
{
background-color: #336BFC;
}
.BgClassName
{
background-color: #336BFC;
}
</style>
border-color css
<style>
span { border-color: #336BFC; }
span { border-color: rgb(51,107,252); }
td.TdClassName
{
border-color: #336BFC;
}
.TagClassName
{
border-color: #336BFC;
}
</style>