Shades of Royal Blue #325EEC
Tints of Royal Blue #325EEC
RGB
CMYK
RGB Variations
Color information
#325EEC (or 0x325EEC) is known color: Royal Blue. HEX triplet: 32, 5E and EC. RGB value is (50,94,236). Sum of RGB (Red+Green+Blue) = 50+94+236=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #325EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325EEC is #CDA113. Grayscale: #606060. Windows color (decimal): -13476116 or 15490610. OLE color: 15490610.
HSL color Cylindrical-coordinate representation of color #325EEC: hue angle of 225.81º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #325EEC is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 94 | 236 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.07 |
| HSL | 225.81º | 0.83% | 0.56% | - |
| HSV(B) | 225.81º | 0.79% | 0.93% | - |
| XYZ | 20.46 | 14.74 | 81.12 | - |
| YUV | 97.03 | 206.42 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 236 | 0.79 | 0.60 | 0 | 0.07 | 225.81 | 0.83 | 0.56 |
| Hex | 32 | 5E | EC | 4F | 3C | 0 | 7 | E2 | 53 | 38 |
| Octal | 62 | 136 | 354 | 117 | 74 | 0 | 7 | 342 | 123 | 70 |
| Binary | 110010 | 1011110 | 11101100 | 1001111 | 111100 | 0 | 111 | 11100010 | 1010011 | 111000 |
Color Harmonies of #325EEC
Complementary color
Monochromatic Colors of #325EEC
Black with #325EEC
Text Example
Text Example
White with #325EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EEC; }
p { color: rgb(50,94,236); }
H1.HeaderClassName
{
color: #325EEC;
}
.AnyTagClassName
{
color: #325EEC;
}
</style>
background-color css
<style>
a { background-color: #325EEC; }
a { background-color: rgb(50,94,236); }
div.DivClassName
{
background-color: #325EEC;
}
.BgClassName
{
background-color: #325EEC;
}
</style>
border-color css
<style>
span { border-color: #325EEC; }
span { border-color: rgb(50,94,236); }
td.TdClassName
{
border-color: #325EEC;
}
.TagClassName
{
border-color: #325EEC;
}
</style>