Shades of Royal Blue #396CCC
Tints of Royal Blue #396CCC
RGB
CMYK
RGB Variations
Color information
#396CCC (or 0x396CCC) is known color: Royal Blue. HEX triplet: 39, 6C and CC. RGB value is (57,108,204). Sum of RGB (Red+Green+Blue) = 57+108+204=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #396CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CCC is #C69333. Grayscale: #676767. Windows color (decimal): -13013812 or 13397049. OLE color: 13397049.
HSL color Cylindrical-coordinate representation of color #396CCC: hue angle of 219.18º 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 #396CCC is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 108 | 204 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.2 |
| HSL | 219.18º | 0.59% | 0.51% | - |
| HSV(B) | 219.18º | 0.72% | 0.8% | - |
| XYZ | 17.95 | 15.95 | 59.26 | - |
| YUV | 103.7 | 184.6 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 204 | 0.72 | 0.47 | 0 | 0.2 | 219.18 | 0.59 | 0.51 |
| Hex | 39 | 6C | CC | 48 | 2F | 0 | 14 | DB | 3B | 33 |
| Octal | 71 | 154 | 314 | 110 | 57 | 0 | 24 | 333 | 73 | 63 |
| Binary | 111001 | 1101100 | 11001100 | 1001000 | 101111 | 0 | 10100 | 11011011 | 111011 | 110011 |
Color Harmonies of #396CCC
Complementary color
Monochromatic Colors of #396CCC
Black with #396CCC
Text Example
Text Example
White with #396CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396CCC; }
p { color: rgb(57,108,204); }
H1.HeaderClassName
{
color: #396CCC;
}
.AnyTagClassName
{
color: #396CCC;
}
</style>
background-color css
<style>
a { background-color: #396CCC; }
a { background-color: rgb(57,108,204); }
div.DivClassName
{
background-color: #396CCC;
}
.BgClassName
{
background-color: #396CCC;
}
</style>
border-color css
<style>
span { border-color: #396CCC; }
span { border-color: rgb(57,108,204); }
td.TdClassName
{
border-color: #396CCC;
}
.TagClassName
{
border-color: #396CCC;
}
</style>