Shades of Royal Blue #325BEA
Tints of Royal Blue #325BEA
RGB
CMYK
RGB Variations
Color information
#325BEA (or 0x325BEA) is known color: Royal Blue. HEX triplet: 32, 5B and EA. RGB value is (50,91,234). Sum of RGB (Red+Green+Blue) = 50+91+234=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #325BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325BEA is #CDA415. Grayscale: #5E5E5E. Windows color (decimal): -13476886 or 15358770. OLE color: 15358770.
HSL color Cylindrical-coordinate representation of color #325BEA: hue angle of 226.63º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #325BEA is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 91 | 234 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.08 |
| HSL | 226.63º | 0.81% | 0.56% | - |
| HSV(B) | 226.63º | 0.79% | 0.92% | - |
| XYZ | 19.91 | 14.1 | 79.51 | - |
| YUV | 95.04 | 206.42 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 234 | 0.79 | 0.61 | 0 | 0.08 | 226.63 | 0.81 | 0.56 |
| Hex | 32 | 5B | EA | 4F | 3D | 0 | 8 | E3 | 51 | 38 |
| Octal | 62 | 133 | 352 | 117 | 75 | 0 | 10 | 343 | 121 | 70 |
| Binary | 110010 | 1011011 | 11101010 | 1001111 | 111101 | 0 | 1000 | 11100011 | 1010001 | 111000 |
Color Harmonies of #325BEA
Complementary color
Monochromatic Colors of #325BEA
Black with #325BEA
Text Example
Text Example
White with #325BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BEA; }
p { color: rgb(50,91,234); }
H1.HeaderClassName
{
color: #325BEA;
}
.AnyTagClassName
{
color: #325BEA;
}
</style>
background-color css
<style>
a { background-color: #325BEA; }
a { background-color: rgb(50,91,234); }
div.DivClassName
{
background-color: #325BEA;
}
.BgClassName
{
background-color: #325BEA;
}
</style>
border-color css
<style>
span { border-color: #325BEA; }
span { border-color: rgb(50,91,234); }
td.TdClassName
{
border-color: #325BEA;
}
.TagClassName
{
border-color: #325BEA;
}
</style>