Shades of Royal Blue #396FEE
Tints of Royal Blue #396FEE
RGB
CMYK
RGB Variations
Color information
#396FEE (or 0x396FEE) is known color: Royal Blue. HEX triplet: 39, 6F and EE. RGB value is (57,111,238). Sum of RGB (Red+Green+Blue) = 57+111+238=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #396FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396FEE is #C69011. Grayscale: #6C6C6C. Windows color (decimal): -13013010 or 15626041. OLE color: 15626041.
HSL color Cylindrical-coordinate representation of color #396FEE: hue angle of 222.1º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396FEE is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 111 | 238 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.07 |
| HSL | 222.1º | 0.84% | 0.58% | - |
| HSV(B) | 222.1º | 0.76% | 0.93% | - |
| XYZ | 22.8 | 18.41 | 83.24 | - |
| YUV | 109.33 | 200.61 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 238 | 0.76 | 0.53 | 0 | 0.07 | 222.1 | 0.84 | 0.58 |
| Hex | 39 | 6F | EE | 4C | 35 | 0 | 7 | DE | 54 | 3A |
| Octal | 71 | 157 | 356 | 114 | 65 | 0 | 7 | 336 | 124 | 72 |
| Binary | 111001 | 1101111 | 11101110 | 1001100 | 110101 | 0 | 111 | 11011110 | 1010100 | 111010 |
Color Harmonies of #396FEE
Complementary color
Monochromatic Colors of #396FEE
Black with #396FEE
Text Example
Text Example
White with #396FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396FEE; }
p { color: rgb(57,111,238); }
H1.HeaderClassName
{
color: #396FEE;
}
.AnyTagClassName
{
color: #396FEE;
}
</style>
background-color css
<style>
a { background-color: #396FEE; }
a { background-color: rgb(57,111,238); }
div.DivClassName
{
background-color: #396FEE;
}
.BgClassName
{
background-color: #396FEE;
}
</style>
border-color css
<style>
span { border-color: #396FEE; }
span { border-color: rgb(57,111,238); }
td.TdClassName
{
border-color: #396FEE;
}
.TagClassName
{
border-color: #396FEE;
}
</style>