Shades of Royal Blue #325CEC
Tints of Royal Blue #325CEC
RGB
CMYK
RGB Variations
Color information
#325CEC (or 0x325CEC) is known color: Royal Blue. HEX triplet: 32, 5C and EC. RGB value is (50,92,236). Sum of RGB (Red+Green+Blue) = 50+92+236=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #325CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325CEC is #CDA313. Grayscale: #5F5F5F. Windows color (decimal): -13476628 or 15490098. OLE color: 15490098.
HSL color Cylindrical-coordinate representation of color #325CEC: hue angle of 226.45º 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 #325CEC is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 92 | 236 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.07 |
| HSL | 226.45º | 0.83% | 0.56% | - |
| HSV(B) | 226.45º | 0.79% | 0.93% | - |
| XYZ | 20.28 | 14.39 | 81.07 | - |
| YUV | 95.86 | 207.09 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 236 | 0.79 | 0.61 | 0 | 0.07 | 226.45 | 0.83 | 0.56 |
| Hex | 32 | 5C | EC | 4F | 3D | 0 | 7 | E2 | 53 | 38 |
| Octal | 62 | 134 | 354 | 117 | 75 | 0 | 7 | 342 | 123 | 70 |
| Binary | 110010 | 1011100 | 11101100 | 1001111 | 111101 | 0 | 111 | 11100010 | 1010011 | 111000 |
Color Harmonies of #325CEC
Complementary color
Monochromatic Colors of #325CEC
Black with #325CEC
Text Example
Text Example
White with #325CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CEC; }
p { color: rgb(50,92,236); }
H1.HeaderClassName
{
color: #325CEC;
}
.AnyTagClassName
{
color: #325CEC;
}
</style>
background-color css
<style>
a { background-color: #325CEC; }
a { background-color: rgb(50,92,236); }
div.DivClassName
{
background-color: #325CEC;
}
.BgClassName
{
background-color: #325CEC;
}
</style>
border-color css
<style>
span { border-color: #325CEC; }
span { border-color: rgb(50,92,236); }
td.TdClassName
{
border-color: #325CEC;
}
.TagClassName
{
border-color: #325CEC;
}
</style>