Shades of Royal Blue #336CDF
Tints of Royal Blue #336CDF
RGB
CMYK
RGB Variations
Color information
#336CDF (or 0x336CDF) is known color: Royal Blue. HEX triplet: 33, 6C and DF. RGB value is (51,108,223). Sum of RGB (Red+Green+Blue) = 51+108+223=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #336CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CDF is #CC9320. Grayscale: #676767. Windows color (decimal): -13407009 or 14642227. OLE color: 14642227.
HSL color Cylindrical-coordinate representation of color #336CDF: hue angle of 220.12º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #336CDF is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 108 | 223 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.13 |
| HSL | 220.12º | 0.73% | 0.54% | - |
| HSV(B) | 220.12º | 0.77% | 0.87% | - |
| XYZ | 20.05 | 16.76 | 71.99 | - |
| YUV | 104.07 | 195.12 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 223 | 0.77 | 0.52 | 0 | 0.13 | 220.12 | 0.73 | 0.54 |
| Hex | 33 | 6C | DF | 4D | 34 | 0 | D | DC | 49 | 36 |
| Octal | 63 | 154 | 337 | 115 | 64 | 0 | 15 | 334 | 111 | 66 |
| Binary | 110011 | 1101100 | 11011111 | 1001101 | 110100 | 0 | 1101 | 11011100 | 1001001 | 110110 |
Color Harmonies of #336CDF
Complementary color
Monochromatic Colors of #336CDF
Black with #336CDF
Text Example
Text Example
White with #336CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336CDF; }
p { color: rgb(51,108,223); }
H1.HeaderClassName
{
color: #336CDF;
}
.AnyTagClassName
{
color: #336CDF;
}
</style>
background-color css
<style>
a { background-color: #336CDF; }
a { background-color: rgb(51,108,223); }
div.DivClassName
{
background-color: #336CDF;
}
.BgClassName
{
background-color: #336CDF;
}
</style>
border-color css
<style>
span { border-color: #336CDF; }
span { border-color: rgb(51,108,223); }
td.TdClassName
{
border-color: #336CDF;
}
.TagClassName
{
border-color: #336CDF;
}
</style>