Shades of Royal Blue #396BEC
Tints of Royal Blue #396BEC
RGB
CMYK
RGB Variations
Color information
#396BEC (or 0x396BEC) is known color: Royal Blue. HEX triplet: 39, 6B and EC. RGB value is (57,107,236). Sum of RGB (Red+Green+Blue) = 57+107+236=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #396BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396BEC is #C69413. Grayscale: #6A6A6A. Windows color (decimal): -13014036 or 15493945. OLE color: 15493945.
HSL color Cylindrical-coordinate representation of color #396BEC: hue angle of 223.24º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396BEC is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 107 | 236 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.07 |
| HSL | 223.24º | 0.82% | 0.57% | - |
| HSV(B) | 223.24º | 0.76% | 0.93% | - |
| XYZ | 22.09 | 17.44 | 81.56 | - |
| YUV | 106.76 | 200.94 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 236 | 0.76 | 0.55 | 0 | 0.07 | 223.24 | 0.82 | 0.57 |
| Hex | 39 | 6B | EC | 4C | 37 | 0 | 7 | DF | 52 | 39 |
| Octal | 71 | 153 | 354 | 114 | 67 | 0 | 7 | 337 | 122 | 71 |
| Binary | 111001 | 1101011 | 11101100 | 1001100 | 110111 | 0 | 111 | 11011111 | 1010010 | 111001 |
Color Harmonies of #396BEC
Complementary color
Monochromatic Colors of #396BEC
Black with #396BEC
Text Example
Text Example
White with #396BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396BEC; }
p { color: rgb(57,107,236); }
H1.HeaderClassName
{
color: #396BEC;
}
.AnyTagClassName
{
color: #396BEC;
}
</style>
background-color css
<style>
a { background-color: #396BEC; }
a { background-color: rgb(57,107,236); }
div.DivClassName
{
background-color: #396BEC;
}
.BgClassName
{
background-color: #396BEC;
}
</style>
border-color css
<style>
span { border-color: #396BEC; }
span { border-color: rgb(57,107,236); }
td.TdClassName
{
border-color: #396BEC;
}
.TagClassName
{
border-color: #396BEC;
}
</style>