Shades of Royal Blue #396BCD
Tints of Royal Blue #396BCD
RGB
CMYK
RGB Variations
Color information
#396BCD (or 0x396BCD) is known color: Royal Blue. HEX triplet: 39, 6B and CD. RGB value is (57,107,205). Sum of RGB (Red+Green+Blue) = 57+107+205=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #396BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396BCD is #C69432. Grayscale: #666666. Windows color (decimal): -13014067 or 13462329. OLE color: 13462329.
HSL color Cylindrical-coordinate representation of color #396BCD: hue angle of 219.73º 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 #396BCD is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 107 | 205 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.20 |
| HSL | 219.73º | 0.6% | 0.51% | - |
| HSV(B) | 219.73º | 0.72% | 0.8% | - |
| XYZ | 17.96 | 15.79 | 59.86 | - |
| YUV | 103.22 | 185.44 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 205 | 0.72 | 0.48 | 0 | 0.20 | 219.73 | 0.6 | 0.51 |
| Hex | 39 | 6B | CD | 48 | 30 | 0 | 14 | DC | 3C | 33 |
| Octal | 71 | 153 | 315 | 110 | 60 | 0 | 24 | 334 | 74 | 63 |
| Binary | 111001 | 1101011 | 11001101 | 1001000 | 110000 | 0 | 10100 | 11011100 | 111100 | 110011 |
Color Harmonies of #396BCD
Complementary color
Monochromatic Colors of #396BCD
Black with #396BCD
Text Example
Text Example
White with #396BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396BCD; }
p { color: rgb(57,107,205); }
H1.HeaderClassName
{
color: #396BCD;
}
.AnyTagClassName
{
color: #396BCD;
}
</style>
background-color css
<style>
a { background-color: #396BCD; }
a { background-color: rgb(57,107,205); }
div.DivClassName
{
background-color: #396BCD;
}
.BgClassName
{
background-color: #396BCD;
}
</style>
border-color css
<style>
span { border-color: #396BCD; }
span { border-color: rgb(57,107,205); }
td.TdClassName
{
border-color: #396BCD;
}
.TagClassName
{
border-color: #396BCD;
}
</style>