Shades of Royal Blue #396ACE
Tints of Royal Blue #396ACE
RGB
CMYK
RGB Variations
Color information
#396ACE (or 0x396ACE) is known color: Royal Blue. HEX triplet: 39, 6A and CE. RGB value is (57,106,206). Sum of RGB (Red+Green+Blue) = 57+106+206=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #396ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ACE is #C69531. Grayscale: #666666. Windows color (decimal): -13014322 or 13527609. OLE color: 13527609.
HSL color Cylindrical-coordinate representation of color #396ACE: hue angle of 220.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396ACE is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 106 | 206 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.19 |
| HSL | 220.27º | 0.6% | 0.52% | - |
| HSV(B) | 220.27º | 0.72% | 0.81% | - |
| XYZ | 17.98 | 15.63 | 60.46 | - |
| YUV | 102.75 | 186.27 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 206 | 0.72 | 0.49 | 0 | 0.19 | 220.27 | 0.6 | 0.52 |
| Hex | 39 | 6A | CE | 48 | 31 | 0 | 13 | DC | 3C | 34 |
| Octal | 71 | 152 | 316 | 110 | 61 | 0 | 23 | 334 | 74 | 64 |
| Binary | 111001 | 1101010 | 11001110 | 1001000 | 110001 | 0 | 10011 | 11011100 | 111100 | 110100 |
Color Harmonies of #396ACE
Complementary color
Monochromatic Colors of #396ACE
Black with #396ACE
Text Example
Text Example
White with #396ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396ACE; }
p { color: rgb(57,106,206); }
H1.HeaderClassName
{
color: #396ACE;
}
.AnyTagClassName
{
color: #396ACE;
}
</style>
background-color css
<style>
a { background-color: #396ACE; }
a { background-color: rgb(57,106,206); }
div.DivClassName
{
background-color: #396ACE;
}
.BgClassName
{
background-color: #396ACE;
}
</style>
border-color css
<style>
span { border-color: #396ACE; }
span { border-color: rgb(57,106,206); }
td.TdClassName
{
border-color: #396ACE;
}
.TagClassName
{
border-color: #396ACE;
}
</style>