Shades of Royal Blue #396EDA
Tints of Royal Blue #396EDA
RGB
CMYK
RGB Variations
Color information
#396EDA (or 0x396EDA) is known color: Royal Blue. HEX triplet: 39, 6E and DA. RGB value is (57,110,218). Sum of RGB (Red+Green+Blue) = 57+110+218=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #396EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396EDA is #C69125. Grayscale: #696969. Windows color (decimal): -13013286 or 14315065. OLE color: 14315065.
HSL color Cylindrical-coordinate representation of color #396EDA: hue angle of 220.25º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #396EDA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 110 | 218 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.15 |
| HSL | 220.25º | 0.69% | 0.54% | - |
| HSV(B) | 220.25º | 0.74% | 0.85% | - |
| XYZ | 19.92 | 17.08 | 68.58 | - |
| YUV | 106.47 | 190.94 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 218 | 0.74 | 0.50 | 0 | 0.15 | 220.25 | 0.69 | 0.54 |
| Hex | 39 | 6E | DA | 4A | 32 | 0 | F | DC | 45 | 36 |
| Octal | 71 | 156 | 332 | 112 | 62 | 0 | 17 | 334 | 105 | 66 |
| Binary | 111001 | 1101110 | 11011010 | 1001010 | 110010 | 0 | 1111 | 11011100 | 1000101 | 110110 |
Color Harmonies of #396EDA
Complementary color
Monochromatic Colors of #396EDA
Black with #396EDA
Text Example
Text Example
White with #396EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396EDA; }
p { color: rgb(57,110,218); }
H1.HeaderClassName
{
color: #396EDA;
}
.AnyTagClassName
{
color: #396EDA;
}
</style>
background-color css
<style>
a { background-color: #396EDA; }
a { background-color: rgb(57,110,218); }
div.DivClassName
{
background-color: #396EDA;
}
.BgClassName
{
background-color: #396EDA;
}
</style>
border-color css
<style>
span { border-color: #396EDA; }
span { border-color: rgb(57,110,218); }
td.TdClassName
{
border-color: #396EDA;
}
.TagClassName
{
border-color: #396EDA;
}
</style>