Shades of Royal Blue #325BE8
Tints of Royal Blue #325BE8
RGB
CMYK
RGB Variations
Color information
#325BE8 (or 0x325BE8) is known color: Royal Blue. HEX triplet: 32, 5B and E8. RGB value is (50,91,232). Sum of RGB (Red+Green+Blue) = 50+91+232=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 232 (91.02% from 255 or 62.20% from 373); Max value from RGB is 232 - color contains mainly: blue. Hex color #325BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325BE8 is #CDA417. Grayscale: #5E5E5E. Windows color (decimal): -13476888 or 15227698. OLE color: 15227698.
HSL color Cylindrical-coordinate representation of color #325BE8: hue angle of 226.48º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325BE8 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 91 | 232 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.09 |
| HSL | 226.48º | 0.8% | 0.55% | - |
| HSV(B) | 226.48º | 0.78% | 0.91% | - |
| XYZ | 19.62 | 13.99 | 78.01 | - |
| YUV | 94.82 | 205.42 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 232 | 0.78 | 0.61 | 0 | 0.09 | 226.48 | 0.8 | 0.55 |
| Hex | 32 | 5B | E8 | 4E | 3D | 0 | 9 | E2 | 50 | 37 |
| Octal | 62 | 133 | 350 | 116 | 75 | 0 | 11 | 342 | 120 | 67 |
| Binary | 110010 | 1011011 | 11101000 | 1001110 | 111101 | 0 | 1001 | 11100010 | 1010000 | 110111 |
Color Harmonies of #325BE8
Complementary color
Monochromatic Colors of #325BE8
Black with #325BE8
Text Example
Text Example
White with #325BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BE8; }
p { color: rgb(50,91,232); }
H1.HeaderClassName
{
color: #325BE8;
}
.AnyTagClassName
{
color: #325BE8;
}
</style>
background-color css
<style>
a { background-color: #325BE8; }
a { background-color: rgb(50,91,232); }
div.DivClassName
{
background-color: #325BE8;
}
.BgClassName
{
background-color: #325BE8;
}
</style>
border-color css
<style>
span { border-color: #325BE8; }
span { border-color: rgb(50,91,232); }
td.TdClassName
{
border-color: #325BE8;
}
.TagClassName
{
border-color: #325BE8;
}
</style>