Shades of Royal Blue #396FE6
Tints of Royal Blue #396FE6
RGB
CMYK
RGB Variations
Color information
#396FE6 (or 0x396FE6) is known color: Royal Blue. HEX triplet: 39, 6F and E6. RGB value is (57,111,230). Sum of RGB (Red+Green+Blue) = 57+111+230=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #396FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396FE6 is #C69019. Grayscale: #6B6B6B. Windows color (decimal): -13013018 or 15101753. OLE color: 15101753.
HSL color Cylindrical-coordinate representation of color #396FE6: hue angle of 221.27º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #396FE6 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 111 | 230 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.10 |
| HSL | 221.27º | 0.78% | 0.56% | - |
| HSV(B) | 221.27º | 0.75% | 0.9% | - |
| XYZ | 21.65 | 17.95 | 77.19 | - |
| YUV | 108.42 | 196.61 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 230 | 0.75 | 0.52 | 0 | 0.10 | 221.27 | 0.78 | 0.56 |
| Hex | 39 | 6F | E6 | 4B | 34 | 0 | A | DD | 4E | 38 |
| Octal | 71 | 157 | 346 | 113 | 64 | 0 | 12 | 335 | 116 | 70 |
| Binary | 111001 | 1101111 | 11100110 | 1001011 | 110100 | 0 | 1010 | 11011101 | 1001110 | 111000 |
Color Harmonies of #396FE6
Complementary color
Monochromatic Colors of #396FE6
Black with #396FE6
Text Example
Text Example
White with #396FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396FE6; }
p { color: rgb(57,111,230); }
H1.HeaderClassName
{
color: #396FE6;
}
.AnyTagClassName
{
color: #396FE6;
}
</style>
background-color css
<style>
a { background-color: #396FE6; }
a { background-color: rgb(57,111,230); }
div.DivClassName
{
background-color: #396FE6;
}
.BgClassName
{
background-color: #396FE6;
}
</style>
border-color css
<style>
span { border-color: #396FE6; }
span { border-color: rgb(57,111,230); }
td.TdClassName
{
border-color: #396FE6;
}
.TagClassName
{
border-color: #396FE6;
}
</style>