Shades of Royal Blue #325FEC
Tints of Royal Blue #325FEC
RGB
CMYK
RGB Variations
Color information
#325FEC (or 0x325FEC) is known color: Royal Blue. HEX triplet: 32, 5F and EC. RGB value is (50,95,236). Sum of RGB (Red+Green+Blue) = 50+95+236=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #325FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325FEC is #CDA013. Grayscale: #616161. Windows color (decimal): -13475860 or 15490866. OLE color: 15490866.
HSL color Cylindrical-coordinate representation of color #325FEC: hue angle of 225.48º 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 #325FEC is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 95 | 236 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.07 |
| HSL | 225.48º | 0.83% | 0.56% | - |
| HSV(B) | 225.48º | 0.79% | 0.93% | - |
| XYZ | 20.55 | 14.92 | 81.15 | - |
| YUV | 97.62 | 206.09 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 236 | 0.79 | 0.60 | 0 | 0.07 | 225.48 | 0.83 | 0.56 |
| Hex | 32 | 5F | EC | 4F | 3C | 0 | 7 | E1 | 53 | 38 |
| Octal | 62 | 137 | 354 | 117 | 74 | 0 | 7 | 341 | 123 | 70 |
| Binary | 110010 | 1011111 | 11101100 | 1001111 | 111100 | 0 | 111 | 11100001 | 1010011 | 111000 |
Color Harmonies of #325FEC
Complementary color
Monochromatic Colors of #325FEC
Black with #325FEC
Text Example
Text Example
White with #325FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FEC; }
p { color: rgb(50,95,236); }
H1.HeaderClassName
{
color: #325FEC;
}
.AnyTagClassName
{
color: #325FEC;
}
</style>
background-color css
<style>
a { background-color: #325FEC; }
a { background-color: rgb(50,95,236); }
div.DivClassName
{
background-color: #325FEC;
}
.BgClassName
{
background-color: #325FEC;
}
</style>
border-color css
<style>
span { border-color: #325FEC; }
span { border-color: rgb(50,95,236); }
td.TdClassName
{
border-color: #325FEC;
}
.TagClassName
{
border-color: #325FEC;
}
</style>