Shades of Royal Blue #396DCC
Tints of Royal Blue #396DCC
RGB
CMYK
RGB Variations
Color information
#396DCC (or 0x396DCC) is known color: Royal Blue. HEX triplet: 39, 6D and CC. RGB value is (57,109,204). Sum of RGB (Red+Green+Blue) = 57+109+204=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #396DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DCC is #C69233. Grayscale: #676767. Windows color (decimal): -13013556 or 13397305. OLE color: 13397305.
HSL color Cylindrical-coordinate representation of color #396DCC: hue angle of 218.78º 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 #396DCC is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 109 | 204 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.2 |
| HSL | 218.78º | 0.59% | 0.51% | - |
| HSV(B) | 218.78º | 0.72% | 0.8% | - |
| XYZ | 18.06 | 16.17 | 59.3 | - |
| YUV | 104.28 | 184.27 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 204 | 0.72 | 0.47 | 0 | 0.2 | 218.78 | 0.59 | 0.51 |
| Hex | 39 | 6D | CC | 48 | 2F | 0 | 14 | DB | 3B | 33 |
| Octal | 71 | 155 | 314 | 110 | 57 | 0 | 24 | 333 | 73 | 63 |
| Binary | 111001 | 1101101 | 11001100 | 1001000 | 101111 | 0 | 10100 | 11011011 | 111011 | 110011 |
Color Harmonies of #396DCC
Complementary color
Monochromatic Colors of #396DCC
Black with #396DCC
Text Example
Text Example
White with #396DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396DCC; }
p { color: rgb(57,109,204); }
H1.HeaderClassName
{
color: #396DCC;
}
.AnyTagClassName
{
color: #396DCC;
}
</style>
background-color css
<style>
a { background-color: #396DCC; }
a { background-color: rgb(57,109,204); }
div.DivClassName
{
background-color: #396DCC;
}
.BgClassName
{
background-color: #396DCC;
}
</style>
border-color css
<style>
span { border-color: #396DCC; }
span { border-color: rgb(57,109,204); }
td.TdClassName
{
border-color: #396DCC;
}
.TagClassName
{
border-color: #396DCC;
}
</style>