Shades of Royal Blue #396CDC
Tints of Royal Blue #396CDC
RGB
CMYK
RGB Variations
Color information
#396CDC (or 0x396CDC) is known color: Royal Blue. HEX triplet: 39, 6C and DC. RGB value is (57,108,220). Sum of RGB (Red+Green+Blue) = 57+108+220=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #396CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CDC is #C69323. Grayscale: #696969. Windows color (decimal): -13013796 or 14445625. OLE color: 14445625.
HSL color Cylindrical-coordinate representation of color #396CDC: hue angle of 221.23º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #396CDC is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 108 | 220 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.14 |
| HSL | 221.23º | 0.7% | 0.54% | - |
| HSV(B) | 221.23º | 0.74% | 0.86% | - |
| XYZ | 19.97 | 16.76 | 69.89 | - |
| YUV | 105.52 | 192.6 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 220 | 0.74 | 0.51 | 0 | 0.14 | 221.23 | 0.7 | 0.54 |
| Hex | 39 | 6C | DC | 4A | 33 | 0 | E | DD | 46 | 36 |
| Octal | 71 | 154 | 334 | 112 | 63 | 0 | 16 | 335 | 106 | 66 |
| Binary | 111001 | 1101100 | 11011100 | 1001010 | 110011 | 0 | 1110 | 11011101 | 1000110 | 110110 |
Color Harmonies of #396CDC
Complementary color
Monochromatic Colors of #396CDC
Black with #396CDC
Text Example
Text Example
White with #396CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396CDC; }
p { color: rgb(57,108,220); }
H1.HeaderClassName
{
color: #396CDC;
}
.AnyTagClassName
{
color: #396CDC;
}
</style>
background-color css
<style>
a { background-color: #396CDC; }
a { background-color: rgb(57,108,220); }
div.DivClassName
{
background-color: #396CDC;
}
.BgClassName
{
background-color: #396CDC;
}
</style>
border-color css
<style>
span { border-color: #396CDC; }
span { border-color: rgb(57,108,220); }
td.TdClassName
{
border-color: #396CDC;
}
.TagClassName
{
border-color: #396CDC;
}
</style>