Shades of Royal Blue #324EEC
Tints of Royal Blue #324EEC
RGB
CMYK
RGB Variations
Color information
#324EEC (or 0x324EEC) is known color: Royal Blue. HEX triplet: 32, 4E and EC. RGB value is (50,78,236). Sum of RGB (Red+Green+Blue) = 50+78+236=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #324EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EEC is #CDB113. Grayscale: #565656. Windows color (decimal): -13480212 or 15486514. OLE color: 15486514.
HSL color Cylindrical-coordinate representation of color #324EEC: hue angle of 230.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324EEC is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 78 | 236 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.07 |
| HSL | 230.97º | 0.83% | 0.56% | - |
| HSV(B) | 230.97º | 0.79% | 0.93% | - |
| XYZ | 19.18 | 12.18 | 80.7 | - |
| YUV | 87.64 | 211.72 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 236 | 0.79 | 0.67 | 0 | 0.07 | 230.97 | 0.83 | 0.56 |
| Hex | 32 | 4E | EC | 4F | 43 | 0 | 7 | E7 | 53 | 38 |
| Octal | 62 | 116 | 354 | 117 | 103 | 0 | 7 | 347 | 123 | 70 |
| Binary | 110010 | 1001110 | 11101100 | 1001111 | 1000011 | 0 | 111 | 11100111 | 1010011 | 111000 |
Color Harmonies of #324EEC
Complementary color
Monochromatic Colors of #324EEC
Black with #324EEC
Text Example
Text Example
White with #324EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EEC; }
p { color: rgb(50,78,236); }
H1.HeaderClassName
{
color: #324EEC;
}
.AnyTagClassName
{
color: #324EEC;
}
</style>
background-color css
<style>
a { background-color: #324EEC; }
a { background-color: rgb(50,78,236); }
div.DivClassName
{
background-color: #324EEC;
}
.BgClassName
{
background-color: #324EEC;
}
</style>
border-color css
<style>
span { border-color: #324EEC; }
span { border-color: rgb(50,78,236); }
td.TdClassName
{
border-color: #324EEC;
}
.TagClassName
{
border-color: #324EEC;
}
</style>