Shades of Royal Blue #325BEC
Tints of Royal Blue #325BEC
RGB
CMYK
RGB Variations
Color information
#325BEC (or 0x325BEC) is known color: Royal Blue. HEX triplet: 32, 5B and EC. RGB value is (50,91,236). Sum of RGB (Red+Green+Blue) = 50+91+236=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #325BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325BEC is #CDA413. Grayscale: #5E5E5E. Windows color (decimal): -13476884 or 15489842. OLE color: 15489842.
HSL color Cylindrical-coordinate representation of color #325BEC: hue angle of 226.77º 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 #325BEC is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 91 | 236 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.07 |
| HSL | 226.77º | 0.83% | 0.56% | - |
| HSV(B) | 226.77º | 0.79% | 0.93% | - |
| XYZ | 20.2 | 14.22 | 81.04 | - |
| YUV | 95.27 | 207.42 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 236 | 0.79 | 0.61 | 0 | 0.07 | 226.77 | 0.83 | 0.56 |
| Hex | 32 | 5B | EC | 4F | 3D | 0 | 7 | E3 | 53 | 38 |
| Octal | 62 | 133 | 354 | 117 | 75 | 0 | 7 | 343 | 123 | 70 |
| Binary | 110010 | 1011011 | 11101100 | 1001111 | 111101 | 0 | 111 | 11100011 | 1010011 | 111000 |
Color Harmonies of #325BEC
Complementary color
Monochromatic Colors of #325BEC
Black with #325BEC
Text Example
Text Example
White with #325BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BEC; }
p { color: rgb(50,91,236); }
H1.HeaderClassName
{
color: #325BEC;
}
.AnyTagClassName
{
color: #325BEC;
}
</style>
background-color css
<style>
a { background-color: #325BEC; }
a { background-color: rgb(50,91,236); }
div.DivClassName
{
background-color: #325BEC;
}
.BgClassName
{
background-color: #325BEC;
}
</style>
border-color css
<style>
span { border-color: #325BEC; }
span { border-color: rgb(50,91,236); }
td.TdClassName
{
border-color: #325BEC;
}
.TagClassName
{
border-color: #325BEC;
}
</style>