Shades of Royal Blue #396FE8
Tints of Royal Blue #396FE8
RGB
CMYK
RGB Variations
Color information
#396FE8 (or 0x396FE8) is known color: Royal Blue. HEX triplet: 39, 6F and E8. RGB value is (57,111,232). Sum of RGB (Red+Green+Blue) = 57+111+232=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 232 (91.02% from 255 or 58% from 400); Max value from RGB is 232 - color contains mainly: blue. Hex color #396FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396FE8 is #C69017. Grayscale: #6C6C6C. Windows color (decimal): -13013016 or 15232825. OLE color: 15232825.
HSL color Cylindrical-coordinate representation of color #396FE8: hue angle of 221.49º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #396FE8 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 111 | 232 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.09 |
| HSL | 221.49º | 0.79% | 0.57% | - |
| HSV(B) | 221.49º | 0.75% | 0.91% | - |
| XYZ | 21.94 | 18.06 | 78.67 | - |
| YUV | 108.65 | 197.61 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 232 | 0.75 | 0.52 | 0 | 0.09 | 221.49 | 0.79 | 0.57 |
| Hex | 39 | 6F | E8 | 4B | 34 | 0 | 9 | DD | 4F | 39 |
| Octal | 71 | 157 | 350 | 113 | 64 | 0 | 11 | 335 | 117 | 71 |
| Binary | 111001 | 1101111 | 11101000 | 1001011 | 110100 | 0 | 1001 | 11011101 | 1001111 | 111001 |
Color Harmonies of #396FE8
Complementary color
Monochromatic Colors of #396FE8
Black with #396FE8
Text Example
Text Example
White with #396FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396FE8; }
p { color: rgb(57,111,232); }
H1.HeaderClassName
{
color: #396FE8;
}
.AnyTagClassName
{
color: #396FE8;
}
</style>
background-color css
<style>
a { background-color: #396FE8; }
a { background-color: rgb(57,111,232); }
div.DivClassName
{
background-color: #396FE8;
}
.BgClassName
{
background-color: #396FE8;
}
</style>
border-color css
<style>
span { border-color: #396FE8; }
span { border-color: rgb(57,111,232); }
td.TdClassName
{
border-color: #396FE8;
}
.TagClassName
{
border-color: #396FE8;
}
</style>