Shades of Royal Blue #394EE4
Tints of Royal Blue #394EE4
RGB
CMYK
RGB Variations
Color information
#394EE4 (or 0x394EE4) is known color: Royal Blue. HEX triplet: 39, 4E and E4. RGB value is (57,78,228). Sum of RGB (Red+Green+Blue) = 57+78+228=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 228 (89.45% from 255 or 62.81% from 363); Max value from RGB is 228 - color contains mainly: blue. Hex color #394EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394EE4 is #C6B11B. Grayscale: #585858. Windows color (decimal): -13021468 or 14962233. OLE color: 14962233.
HSL color Cylindrical-coordinate representation of color #394EE4: hue angle of 232.63º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394EE4 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 78 | 228 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.11 |
| HSL | 232.63º | 0.76% | 0.56% | - |
| HSV(B) | 232.63º | 0.75% | 0.89% | - |
| XYZ | 18.42 | 11.92 | 74.73 | - |
| YUV | 88.82 | 206.54 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 228 | 0.75 | 0.66 | 0 | 0.11 | 232.63 | 0.76 | 0.56 |
| Hex | 39 | 4E | E4 | 4B | 42 | 0 | B | E9 | 4C | 38 |
| Octal | 71 | 116 | 344 | 113 | 102 | 0 | 13 | 351 | 114 | 70 |
| Binary | 111001 | 1001110 | 11100100 | 1001011 | 1000010 | 0 | 1011 | 11101001 | 1001100 | 111000 |
Color Harmonies of #394EE4
Complementary color
Monochromatic Colors of #394EE4
Black with #394EE4
Text Example
Text Example
White with #394EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394EE4; }
p { color: rgb(57,78,228); }
H1.HeaderClassName
{
color: #394EE4;
}
.AnyTagClassName
{
color: #394EE4;
}
</style>
background-color css
<style>
a { background-color: #394EE4; }
a { background-color: rgb(57,78,228); }
div.DivClassName
{
background-color: #394EE4;
}
.BgClassName
{
background-color: #394EE4;
}
</style>
border-color css
<style>
span { border-color: #394EE4; }
span { border-color: rgb(57,78,228); }
td.TdClassName
{
border-color: #394EE4;
}
.TagClassName
{
border-color: #394EE4;
}
</style>