Shades of Royal Blue #325EDD
Tints of Royal Blue #325EDD
RGB
CMYK
RGB Variations
Color information
#325EDD (or 0x325EDD) is known color: Royal Blue. HEX triplet: 32, 5E and DD. RGB value is (50,94,221). Sum of RGB (Red+Green+Blue) = 50+94+221=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #325EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EDD is #CDA122. Grayscale: #5E5E5E. Windows color (decimal): -13476131 or 14507570. OLE color: 14507570.
HSL color Cylindrical-coordinate representation of color #325EDD: hue angle of 224.56º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #325EDD is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 94 | 221 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.13 |
| HSL | 224.56º | 0.72% | 0.53% | - |
| HSV(B) | 224.56º | 0.77% | 0.87% | - |
| XYZ | 18.37 | 13.9 | 70.12 | - |
| YUV | 95.32 | 198.92 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 221 | 0.77 | 0.57 | 0 | 0.13 | 224.56 | 0.72 | 0.53 |
| Hex | 32 | 5E | DD | 4D | 39 | 0 | D | E1 | 48 | 35 |
| Octal | 62 | 136 | 335 | 115 | 71 | 0 | 15 | 341 | 110 | 65 |
| Binary | 110010 | 1011110 | 11011101 | 1001101 | 111001 | 0 | 1101 | 11100001 | 1001000 | 110101 |
Color Harmonies of #325EDD
Complementary color
Monochromatic Colors of #325EDD
Black with #325EDD
Text Example
Text Example
White with #325EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EDD; }
p { color: rgb(50,94,221); }
H1.HeaderClassName
{
color: #325EDD;
}
.AnyTagClassName
{
color: #325EDD;
}
</style>
background-color css
<style>
a { background-color: #325EDD; }
a { background-color: rgb(50,94,221); }
div.DivClassName
{
background-color: #325EDD;
}
.BgClassName
{
background-color: #325EDD;
}
</style>
border-color css
<style>
span { border-color: #325EDD; }
span { border-color: rgb(50,94,221); }
td.TdClassName
{
border-color: #325EDD;
}
.TagClassName
{
border-color: #325EDD;
}
</style>