Shades of Royal Blue #324EEA
Tints of Royal Blue #324EEA
RGB
CMYK
RGB Variations
Color information
#324EEA (or 0x324EEA) is known color: Royal Blue. HEX triplet: 32, 4E and EA. RGB value is (50,78,234). Sum of RGB (Red+Green+Blue) = 50+78+234=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #324EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EEA is #CDB115. Grayscale: #565656. Windows color (decimal): -13480214 or 15355442. OLE color: 15355442.
HSL color Cylindrical-coordinate representation of color #324EEA: hue angle of 230.87º 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 #324EEA is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 78 | 234 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.08 |
| HSL | 230.87º | 0.81% | 0.56% | - |
| HSV(B) | 230.87º | 0.79% | 0.92% | - |
| XYZ | 18.89 | 12.07 | 79.18 | - |
| YUV | 87.41 | 210.72 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 234 | 0.79 | 0.67 | 0 | 0.08 | 230.87 | 0.81 | 0.56 |
| Hex | 32 | 4E | EA | 4F | 43 | 0 | 8 | E7 | 51 | 38 |
| Octal | 62 | 116 | 352 | 117 | 103 | 0 | 10 | 347 | 121 | 70 |
| Binary | 110010 | 1001110 | 11101010 | 1001111 | 1000011 | 0 | 1000 | 11100111 | 1010001 | 111000 |
Color Harmonies of #324EEA
Complementary color
Monochromatic Colors of #324EEA
Black with #324EEA
Text Example
Text Example
White with #324EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EEA; }
p { color: rgb(50,78,234); }
H1.HeaderClassName
{
color: #324EEA;
}
.AnyTagClassName
{
color: #324EEA;
}
</style>
background-color css
<style>
a { background-color: #324EEA; }
a { background-color: rgb(50,78,234); }
div.DivClassName
{
background-color: #324EEA;
}
.BgClassName
{
background-color: #324EEA;
}
</style>
border-color css
<style>
span { border-color: #324EEA; }
span { border-color: rgb(50,78,234); }
td.TdClassName
{
border-color: #324EEA;
}
.TagClassName
{
border-color: #324EEA;
}
</style>