Shades of Royal Blue #396BCE
Tints of Royal Blue #396BCE
RGB
CMYK
RGB Variations
Color information
#396BCE (or 0x396BCE) is known color: Royal Blue. HEX triplet: 39, 6B and CE. RGB value is (57,107,206). Sum of RGB (Red+Green+Blue) = 57+107+206=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #396BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396BCE is #C69431. Grayscale: #666666. Windows color (decimal): -13014066 or 13527865. OLE color: 13527865.
HSL color Cylindrical-coordinate representation of color #396BCE: hue angle of 219.87º 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 #396BCE is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 107 | 206 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.19 |
| HSL | 219.87º | 0.6% | 0.52% | - |
| HSV(B) | 219.87º | 0.72% | 0.81% | - |
| XYZ | 18.09 | 15.84 | 60.5 | - |
| YUV | 103.34 | 185.94 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 206 | 0.72 | 0.48 | 0 | 0.19 | 219.87 | 0.6 | 0.52 |
| Hex | 39 | 6B | CE | 48 | 30 | 0 | 13 | DC | 3C | 34 |
| Octal | 71 | 153 | 316 | 110 | 60 | 0 | 23 | 334 | 74 | 64 |
| Binary | 111001 | 1101011 | 11001110 | 1001000 | 110000 | 0 | 10011 | 11011100 | 111100 | 110100 |
Color Harmonies of #396BCE
Complementary color
Monochromatic Colors of #396BCE
Black with #396BCE
Text Example
Text Example
White with #396BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396BCE; }
p { color: rgb(57,107,206); }
H1.HeaderClassName
{
color: #396BCE;
}
.AnyTagClassName
{
color: #396BCE;
}
</style>
background-color css
<style>
a { background-color: #396BCE; }
a { background-color: rgb(57,107,206); }
div.DivClassName
{
background-color: #396BCE;
}
.BgClassName
{
background-color: #396BCE;
}
</style>
border-color css
<style>
span { border-color: #396BCE; }
span { border-color: rgb(57,107,206); }
td.TdClassName
{
border-color: #396BCE;
}
.TagClassName
{
border-color: #396BCE;
}
</style>