Shades of Royal Blue #396BDC
Tints of Royal Blue #396BDC
RGB
CMYK
RGB Variations
Color information
#396BDC (or 0x396BDC) is known color: Royal Blue. HEX triplet: 39, 6B and DC. RGB value is (57,107,220). Sum of RGB (Red+Green+Blue) = 57+107+220=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #396BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396BDC is #C69423. Grayscale: #686868. Windows color (decimal): -13014052 or 14445369. OLE color: 14445369.
HSL color Cylindrical-coordinate representation of color #396BDC: hue angle of 221.6º 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 #396BDC is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 107 | 220 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.14 |
| HSL | 221.6º | 0.7% | 0.54% | - |
| HSV(B) | 221.6º | 0.74% | 0.86% | - |
| XYZ | 19.86 | 16.55 | 69.86 | - |
| YUV | 104.93 | 192.94 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 220 | 0.74 | 0.51 | 0 | 0.14 | 221.6 | 0.7 | 0.54 |
| Hex | 39 | 6B | DC | 4A | 33 | 0 | E | DE | 46 | 36 |
| Octal | 71 | 153 | 334 | 112 | 63 | 0 | 16 | 336 | 106 | 66 |
| Binary | 111001 | 1101011 | 11011100 | 1001010 | 110011 | 0 | 1110 | 11011110 | 1000110 | 110110 |
Color Harmonies of #396BDC
Complementary color
Monochromatic Colors of #396BDC
Black with #396BDC
Text Example
Text Example
White with #396BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396BDC; }
p { color: rgb(57,107,220); }
H1.HeaderClassName
{
color: #396BDC;
}
.AnyTagClassName
{
color: #396BDC;
}
</style>
background-color css
<style>
a { background-color: #396BDC; }
a { background-color: rgb(57,107,220); }
div.DivClassName
{
background-color: #396BDC;
}
.BgClassName
{
background-color: #396BDC;
}
</style>
border-color css
<style>
span { border-color: #396BDC; }
span { border-color: rgb(57,107,220); }
td.TdClassName
{
border-color: #396BDC;
}
.TagClassName
{
border-color: #396BDC;
}
</style>