Shades of Royal Blue #325EFF
Tints of Royal Blue #325EFF
RGB
CMYK
RGB Variations
Color information
#325EFF (or 0x325EFF) is known color: Royal Blue. HEX triplet: 32, 5E and FF. RGB value is (50,94,255). Sum of RGB (Red+Green+Blue) = 50+94+255=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #325EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325EFF is #CDA100. Grayscale: #626262. Windows color (decimal): -13476097 or 16735794. OLE color: 16735794.
HSL color Cylindrical-coordinate representation of color #325EFF: hue angle of 227.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325EFF is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 94 | 255 | - |
| CMYK | 0.80 | 0.63 | 0 | 0 |
| HSL | 227.12º | 1% | 0.6% | - |
| HSV(B) | 227.12º | 0.8% | 1% | - |
| XYZ | 23.37 | 15.9 | 96.45 | - |
| YUV | 99.2 | 215.92 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 255 | 0.80 | 0.63 | 0 | 0 | 227.12 | 1 | 0.6 |
| Hex | 32 | 5E | FF | 50 | 3F | 0 | 0 | E3 | 64 | 3C |
| Octal | 62 | 136 | 377 | 120 | 77 | 0 | 0 | 343 | 144 | 74 |
| Binary | 110010 | 1011110 | 11111111 | 1010000 | 111111 | 0 | 0 | 11100011 | 1100100 | 111100 |
Color Harmonies of #325EFF
Complementary color
Monochromatic Colors of #325EFF
Black with #325EFF
Text Example
Text Example
White with #325EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EFF; }
p { color: rgb(50,94,255); }
H1.HeaderClassName
{
color: #325EFF;
}
.AnyTagClassName
{
color: #325EFF;
}
</style>
background-color css
<style>
a { background-color: #325EFF; }
a { background-color: rgb(50,94,255); }
div.DivClassName
{
background-color: #325EFF;
}
.BgClassName
{
background-color: #325EFF;
}
</style>
border-color css
<style>
span { border-color: #325EFF; }
span { border-color: rgb(50,94,255); }
td.TdClassName
{
border-color: #325EFF;
}
.TagClassName
{
border-color: #325EFF;
}
</style>