Shades of Royal Blue #324EE9
Tints of Royal Blue #324EE9
RGB
CMYK
RGB Variations
Color information
#324EE9 (or 0x324EE9) is known color: Royal Blue. HEX triplet: 32, 4E and E9. RGB value is (50,78,233). Sum of RGB (Red+Green+Blue) = 50+78+233=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 233 (91.41% from 255 or 64.54% from 361); Max value from RGB is 233 - color contains mainly: blue. Hex color #324EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EE9 is #CDB116. Grayscale: #565656. Windows color (decimal): -13480215 or 15289906. OLE color: 15289906.
HSL color Cylindrical-coordinate representation of color #324EE9: hue angle of 230.82º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324EE9 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 78 | 233 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.09 |
| HSL | 230.82º | 0.81% | 0.55% | - |
| HSV(B) | 230.82º | 0.79% | 0.91% | - |
| XYZ | 18.75 | 12.01 | 78.42 | - |
| YUV | 87.3 | 210.22 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 233 | 0.79 | 0.67 | 0 | 0.09 | 230.82 | 0.81 | 0.55 |
| Hex | 32 | 4E | E9 | 4F | 43 | 0 | 9 | E7 | 51 | 37 |
| Octal | 62 | 116 | 351 | 117 | 103 | 0 | 11 | 347 | 121 | 67 |
| Binary | 110010 | 1001110 | 11101001 | 1001111 | 1000011 | 0 | 1001 | 11100111 | 1010001 | 110111 |
Color Harmonies of #324EE9
Complementary color
Monochromatic Colors of #324EE9
Black with #324EE9
Text Example
Text Example
White with #324EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EE9; }
p { color: rgb(50,78,233); }
H1.HeaderClassName
{
color: #324EE9;
}
.AnyTagClassName
{
color: #324EE9;
}
</style>
background-color css
<style>
a { background-color: #324EE9; }
a { background-color: rgb(50,78,233); }
div.DivClassName
{
background-color: #324EE9;
}
.BgClassName
{
background-color: #324EE9;
}
</style>
border-color css
<style>
span { border-color: #324EE9; }
span { border-color: rgb(50,78,233); }
td.TdClassName
{
border-color: #324EE9;
}
.TagClassName
{
border-color: #324EE9;
}
</style>