Shades of Royal Blue #324CEA
Tints of Royal Blue #324CEA
RGB
CMYK
RGB Variations
Color information
#324CEA (or 0x324CEA) is known color: Royal Blue. HEX triplet: 32, 4C and EA. RGB value is (50,76,234). Sum of RGB (Red+Green+Blue) = 50+76+234=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #324CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324CEA is #CDB315. Grayscale: #555555. Windows color (decimal): -13480726 or 15354930. OLE color: 15354930.
HSL color Cylindrical-coordinate representation of color #324CEA: hue angle of 231.52º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324CEA is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 76 | 234 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.08 |
| HSL | 231.52º | 0.81% | 0.56% | - |
| HSV(B) | 231.52º | 0.79% | 0.92% | - |
| XYZ | 18.75 | 11.79 | 79.13 | - |
| YUV | 86.24 | 211.39 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 234 | 0.79 | 0.68 | 0 | 0.08 | 231.52 | 0.81 | 0.56 |
| Hex | 32 | 4C | EA | 4F | 44 | 0 | 8 | E8 | 51 | 38 |
| Octal | 62 | 114 | 352 | 117 | 104 | 0 | 10 | 350 | 121 | 70 |
| Binary | 110010 | 1001100 | 11101010 | 1001111 | 1000100 | 0 | 1000 | 11101000 | 1010001 | 111000 |
Color Harmonies of #324CEA
Complementary color
Monochromatic Colors of #324CEA
Black with #324CEA
Text Example
Text Example
White with #324CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324CEA; }
p { color: rgb(50,76,234); }
H1.HeaderClassName
{
color: #324CEA;
}
.AnyTagClassName
{
color: #324CEA;
}
</style>
background-color css
<style>
a { background-color: #324CEA; }
a { background-color: rgb(50,76,234); }
div.DivClassName
{
background-color: #324CEA;
}
.BgClassName
{
background-color: #324CEA;
}
</style>
border-color css
<style>
span { border-color: #324CEA; }
span { border-color: rgb(50,76,234); }
td.TdClassName
{
border-color: #324CEA;
}
.TagClassName
{
border-color: #324CEA;
}
</style>