Shades of Royal Blue #396EEE
Tints of Royal Blue #396EEE
RGB
CMYK
RGB Variations
Color information
#396EEE (or 0x396EEE) is known color: Royal Blue. HEX triplet: 39, 6E and EE. RGB value is (57,110,238). Sum of RGB (Red+Green+Blue) = 57+110+238=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #396EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396EEE is #C69111. Grayscale: #6C6C6C. Windows color (decimal): -13013266 or 15625785. OLE color: 15625785.
HSL color Cylindrical-coordinate representation of color #396EEE: hue angle of 222.43º 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 #396EEE is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 110 | 238 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.07 |
| HSL | 222.43º | 0.84% | 0.58% | - |
| HSV(B) | 222.43º | 0.76% | 0.93% | - |
| XYZ | 22.7 | 18.19 | 83.2 | - |
| YUV | 108.75 | 200.94 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 238 | 0.76 | 0.54 | 0 | 0.07 | 222.43 | 0.84 | 0.58 |
| Hex | 39 | 6E | EE | 4C | 36 | 0 | 7 | DE | 54 | 3A |
| Octal | 71 | 156 | 356 | 114 | 66 | 0 | 7 | 336 | 124 | 72 |
| Binary | 111001 | 1101110 | 11101110 | 1001100 | 110110 | 0 | 111 | 11011110 | 1010100 | 111010 |
Color Harmonies of #396EEE
Complementary color
Monochromatic Colors of #396EEE
Black with #396EEE
Text Example
Text Example
White with #396EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396EEE; }
p { color: rgb(57,110,238); }
H1.HeaderClassName
{
color: #396EEE;
}
.AnyTagClassName
{
color: #396EEE;
}
</style>
background-color css
<style>
a { background-color: #396EEE; }
a { background-color: rgb(57,110,238); }
div.DivClassName
{
background-color: #396EEE;
}
.BgClassName
{
background-color: #396EEE;
}
</style>
border-color css
<style>
span { border-color: #396EEE; }
span { border-color: rgb(57,110,238); }
td.TdClassName
{
border-color: #396EEE;
}
.TagClassName
{
border-color: #396EEE;
}
</style>