Shades of Royal Blue #324EE4
Tints of Royal Blue #324EE4
RGB
CMYK
RGB Variations
Color information
#324EE4 (or 0x324EE4) is known color: Royal Blue. HEX triplet: 32, 4E and E4. RGB value is (50,78,228). Sum of RGB (Red+Green+Blue) = 50+78+228=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 228 (89.45% from 255 or 64.04% from 356); Max value from RGB is 228 - color contains mainly: blue. Hex color #324EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EE4 is #CDB11B. Grayscale: #565656. Windows color (decimal): -13480220 or 14962226. OLE color: 14962226.
HSL color Cylindrical-coordinate representation of color #324EE4: hue angle of 230.56º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #324EE4 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 78 | 228 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.11 |
| HSL | 230.56º | 0.77% | 0.55% | - |
| HSV(B) | 230.56º | 0.78% | 0.89% | - |
| XYZ | 18.04 | 11.73 | 74.71 | - |
| YUV | 86.73 | 207.72 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 228 | 0.78 | 0.66 | 0 | 0.11 | 230.56 | 0.77 | 0.55 |
| Hex | 32 | 4E | E4 | 4E | 42 | 0 | B | E7 | 4D | 37 |
| Octal | 62 | 116 | 344 | 116 | 102 | 0 | 13 | 347 | 115 | 67 |
| Binary | 110010 | 1001110 | 11100100 | 1001110 | 1000010 | 0 | 1011 | 11100111 | 1001101 | 110111 |
Color Harmonies of #324EE4
Complementary color
Monochromatic Colors of #324EE4
Black with #324EE4
Text Example
Text Example
White with #324EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EE4; }
p { color: rgb(50,78,228); }
H1.HeaderClassName
{
color: #324EE4;
}
.AnyTagClassName
{
color: #324EE4;
}
</style>
background-color css
<style>
a { background-color: #324EE4; }
a { background-color: rgb(50,78,228); }
div.DivClassName
{
background-color: #324EE4;
}
.BgClassName
{
background-color: #324EE4;
}
</style>
border-color css
<style>
span { border-color: #324EE4; }
span { border-color: rgb(50,78,228); }
td.TdClassName
{
border-color: #324EE4;
}
.TagClassName
{
border-color: #324EE4;
}
</style>