Shades of Royal Blue #396CCD
Tints of Royal Blue #396CCD
RGB
CMYK
RGB Variations
Color information
#396CCD (or 0x396CCD) is known color: Royal Blue. HEX triplet: 39, 6C and CD. RGB value is (57,108,205). Sum of RGB (Red+Green+Blue) = 57+108+205=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #396CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CCD is #C69332. Grayscale: #676767. Windows color (decimal): -13013811 or 13462585. OLE color: 13462585.
HSL color Cylindrical-coordinate representation of color #396CCD: hue angle of 219.32º 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 #396CCD is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 108 | 205 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.20 |
| HSL | 219.32º | 0.6% | 0.51% | - |
| HSV(B) | 219.32º | 0.72% | 0.8% | - |
| XYZ | 18.07 | 16 | 59.89 | - |
| YUV | 103.81 | 185.1 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 205 | 0.72 | 0.47 | 0 | 0.20 | 219.32 | 0.6 | 0.51 |
| Hex | 39 | 6C | CD | 48 | 2F | 0 | 14 | DB | 3C | 33 |
| Octal | 71 | 154 | 315 | 110 | 57 | 0 | 24 | 333 | 74 | 63 |
| Binary | 111001 | 1101100 | 11001101 | 1001000 | 101111 | 0 | 10100 | 11011011 | 111100 | 110011 |
Color Harmonies of #396CCD
Complementary color
Monochromatic Colors of #396CCD
Black with #396CCD
Text Example
Text Example
White with #396CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396CCD; }
p { color: rgb(57,108,205); }
H1.HeaderClassName
{
color: #396CCD;
}
.AnyTagClassName
{
color: #396CCD;
}
</style>
background-color css
<style>
a { background-color: #396CCD; }
a { background-color: rgb(57,108,205); }
div.DivClassName
{
background-color: #396CCD;
}
.BgClassName
{
background-color: #396CCD;
}
</style>
border-color css
<style>
span { border-color: #396CCD; }
span { border-color: rgb(57,108,205); }
td.TdClassName
{
border-color: #396CCD;
}
.TagClassName
{
border-color: #396CCD;
}
</style>