Shades of Royal Blue #396FCC
Tints of Royal Blue #396FCC
RGB
CMYK
RGB Variations
Color information
#396FCC (or 0x396FCC) is known color: Royal Blue. HEX triplet: 39, 6F and CC. RGB value is (57,111,204). Sum of RGB (Red+Green+Blue) = 57+111+204=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #396FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396FCC is #C69033. Grayscale: #696969. Windows color (decimal): -13013044 or 13397817. OLE color: 13397817.
HSL color Cylindrical-coordinate representation of color #396FCC: hue angle of 217.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396FCC is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 111 | 204 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.2 |
| HSL | 217.96º | 0.59% | 0.51% | - |
| HSV(B) | 217.96º | 0.72% | 0.8% | - |
| XYZ | 18.27 | 16.6 | 59.37 | - |
| YUV | 105.46 | 183.61 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 204 | 0.72 | 0.46 | 0 | 0.2 | 217.96 | 0.59 | 0.51 |
| Hex | 39 | 6F | CC | 48 | 2E | 0 | 14 | DA | 3B | 33 |
| Octal | 71 | 157 | 314 | 110 | 56 | 0 | 24 | 332 | 73 | 63 |
| Binary | 111001 | 1101111 | 11001100 | 1001000 | 101110 | 0 | 10100 | 11011010 | 111011 | 110011 |
Color Harmonies of #396FCC
Complementary color
Monochromatic Colors of #396FCC
Black with #396FCC
Text Example
Text Example
White with #396FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396FCC; }
p { color: rgb(57,111,204); }
H1.HeaderClassName
{
color: #396FCC;
}
.AnyTagClassName
{
color: #396FCC;
}
</style>
background-color css
<style>
a { background-color: #396FCC; }
a { background-color: rgb(57,111,204); }
div.DivClassName
{
background-color: #396FCC;
}
.BgClassName
{
background-color: #396FCC;
}
</style>
border-color css
<style>
span { border-color: #396FCC; }
span { border-color: rgb(57,111,204); }
td.TdClassName
{
border-color: #396FCC;
}
.TagClassName
{
border-color: #396FCC;
}
</style>