Shades of Royal Blue #396ACD
Tints of Royal Blue #396ACD
RGB
CMYK
RGB Variations
Color information
#396ACD (or 0x396ACD) is known color: Royal Blue. HEX triplet: 39, 6A and CD. RGB value is (57,106,205). Sum of RGB (Red+Green+Blue) = 57+106+205=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #396ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ACD is #C69532. Grayscale: #666666. Windows color (decimal): -13014323 or 13462073. OLE color: 13462073.
HSL color Cylindrical-coordinate representation of color #396ACD: hue angle of 220.14º degrees, saturation: 0.6, 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 #396ACD is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 106 | 205 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.20 |
| HSL | 220.14º | 0.6% | 0.51% | - |
| HSV(B) | 220.14º | 0.72% | 0.8% | - |
| XYZ | 17.86 | 15.59 | 59.82 | - |
| YUV | 102.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 205 | 0.72 | 0.48 | 0 | 0.20 | 220.14 | 0.6 | 0.51 |
| Hex | 39 | 6A | CD | 48 | 30 | 0 | 14 | DC | 3C | 33 |
| Octal | 71 | 152 | 315 | 110 | 60 | 0 | 24 | 334 | 74 | 63 |
| Binary | 111001 | 1101010 | 11001101 | 1001000 | 110000 | 0 | 10100 | 11011100 | 111100 | 110011 |
Color Harmonies of #396ACD
Complementary color
Monochromatic Colors of #396ACD
Black with #396ACD
Text Example
Text Example
White with #396ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396ACD; }
p { color: rgb(57,106,205); }
H1.HeaderClassName
{
color: #396ACD;
}
.AnyTagClassName
{
color: #396ACD;
}
</style>
background-color css
<style>
a { background-color: #396ACD; }
a { background-color: rgb(57,106,205); }
div.DivClassName
{
background-color: #396ACD;
}
.BgClassName
{
background-color: #396ACD;
}
</style>
border-color css
<style>
span { border-color: #396ACD; }
span { border-color: rgb(57,106,205); }
td.TdClassName
{
border-color: #396ACD;
}
.TagClassName
{
border-color: #396ACD;
}
</style>