Shades of Royal Blue #396FEC
Tints of Royal Blue #396FEC
RGB
CMYK
RGB Variations
Color information
#396FEC (or 0x396FEC) is known color: Royal Blue. HEX triplet: 39, 6F and EC. RGB value is (57,111,236). Sum of RGB (Red+Green+Blue) = 57+111+236=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #396FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396FEC is #C69013. Grayscale: #6C6C6C. Windows color (decimal): -13013012 or 15494969. OLE color: 15494969.
HSL color Cylindrical-coordinate representation of color #396FEC: hue angle of 221.9º 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 #396FEC is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 111 | 236 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.07 |
| HSL | 221.9º | 0.82% | 0.57% | - |
| HSV(B) | 221.9º | 0.76% | 0.93% | - |
| XYZ | 22.51 | 18.29 | 81.7 | - |
| YUV | 109.1 | 199.61 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 236 | 0.76 | 0.53 | 0 | 0.07 | 221.9 | 0.82 | 0.57 |
| Hex | 39 | 6F | EC | 4C | 35 | 0 | 7 | DE | 52 | 39 |
| Octal | 71 | 157 | 354 | 114 | 65 | 0 | 7 | 336 | 122 | 71 |
| Binary | 111001 | 1101111 | 11101100 | 1001100 | 110101 | 0 | 111 | 11011110 | 1010010 | 111001 |
Color Harmonies of #396FEC
Complementary color
Monochromatic Colors of #396FEC
Black with #396FEC
Text Example
Text Example
White with #396FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396FEC; }
p { color: rgb(57,111,236); }
H1.HeaderClassName
{
color: #396FEC;
}
.AnyTagClassName
{
color: #396FEC;
}
</style>
background-color css
<style>
a { background-color: #396FEC; }
a { background-color: rgb(57,111,236); }
div.DivClassName
{
background-color: #396FEC;
}
.BgClassName
{
background-color: #396FEC;
}
</style>
border-color css
<style>
span { border-color: #396FEC; }
span { border-color: rgb(57,111,236); }
td.TdClassName
{
border-color: #396FEC;
}
.TagClassName
{
border-color: #396FEC;
}
</style>