Shades of Royal Blue #396FDC
Tints of Royal Blue #396FDC
RGB
CMYK
RGB Variations
Color information
#396FDC (or 0x396FDC) is known color: Royal Blue. HEX triplet: 39, 6F and DC. RGB value is (57,111,220). Sum of RGB (Red+Green+Blue) = 57+111+220=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #396FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396FDC is #C69023. Grayscale: #6A6A6A. Windows color (decimal): -13013028 or 14446393. OLE color: 14446393.
HSL color Cylindrical-coordinate representation of color #396FDC: hue angle of 220.12º 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 #396FDC is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 111 | 220 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.14 |
| HSL | 220.12º | 0.7% | 0.54% | - |
| HSV(B) | 220.12º | 0.74% | 0.86% | - |
| XYZ | 20.29 | 17.41 | 70 | - |
| YUV | 107.28 | 191.61 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 220 | 0.74 | 0.50 | 0 | 0.14 | 220.12 | 0.7 | 0.54 |
| Hex | 39 | 6F | DC | 4A | 32 | 0 | E | DC | 46 | 36 |
| Octal | 71 | 157 | 334 | 112 | 62 | 0 | 16 | 334 | 106 | 66 |
| Binary | 111001 | 1101111 | 11011100 | 1001010 | 110010 | 0 | 1110 | 11011100 | 1000110 | 110110 |
Color Harmonies of #396FDC
Complementary color
Monochromatic Colors of #396FDC
Black with #396FDC
Text Example
Text Example
White with #396FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396FDC; }
p { color: rgb(57,111,220); }
H1.HeaderClassName
{
color: #396FDC;
}
.AnyTagClassName
{
color: #396FDC;
}
</style>
background-color css
<style>
a { background-color: #396FDC; }
a { background-color: rgb(57,111,220); }
div.DivClassName
{
background-color: #396FDC;
}
.BgClassName
{
background-color: #396FDC;
}
</style>
border-color css
<style>
span { border-color: #396FDC; }
span { border-color: rgb(57,111,220); }
td.TdClassName
{
border-color: #396FDC;
}
.TagClassName
{
border-color: #396FDC;
}
</style>