Shades of Royal Blue #325EE3
Tints of Royal Blue #325EE3
RGB
CMYK
RGB Variations
Color information
#325EE3 (or 0x325EE3) is known color: Royal Blue. HEX triplet: 32, 5E and E3. RGB value is (50,94,227). Sum of RGB (Red+Green+Blue) = 50+94+227=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #325EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EE3 is #CDA11C. Grayscale: #5F5F5F. Windows color (decimal): -13476125 or 14900786. OLE color: 14900786.
HSL color Cylindrical-coordinate representation of color #325EE3: hue angle of 225.08º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325EE3 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 94 | 227 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.11 |
| HSL | 225.08º | 0.76% | 0.54% | - |
| HSV(B) | 225.08º | 0.78% | 0.89% | - |
| XYZ | 19.18 | 14.23 | 74.41 | - |
| YUV | 96.01 | 201.92 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 227 | 0.78 | 0.59 | 0 | 0.11 | 225.08 | 0.76 | 0.54 |
| Hex | 32 | 5E | E3 | 4E | 3B | 0 | B | E1 | 4C | 36 |
| Octal | 62 | 136 | 343 | 116 | 73 | 0 | 13 | 341 | 114 | 66 |
| Binary | 110010 | 1011110 | 11100011 | 1001110 | 111011 | 0 | 1011 | 11100001 | 1001100 | 110110 |
Color Harmonies of #325EE3
Complementary color
Monochromatic Colors of #325EE3
Black with #325EE3
Text Example
Text Example
White with #325EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EE3; }
p { color: rgb(50,94,227); }
H1.HeaderClassName
{
color: #325EE3;
}
.AnyTagClassName
{
color: #325EE3;
}
</style>
background-color css
<style>
a { background-color: #325EE3; }
a { background-color: rgb(50,94,227); }
div.DivClassName
{
background-color: #325EE3;
}
.BgClassName
{
background-color: #325EE3;
}
</style>
border-color css
<style>
span { border-color: #325EE3; }
span { border-color: rgb(50,94,227); }
td.TdClassName
{
border-color: #325EE3;
}
.TagClassName
{
border-color: #325EE3;
}
</style>