Shades of Royal Blue #325FE3
Tints of Royal Blue #325FE3
RGB
CMYK
RGB Variations
Color information
#325FE3 (or 0x325FE3) is known color: Royal Blue. HEX triplet: 32, 5F and E3. RGB value is (50,95,227). Sum of RGB (Red+Green+Blue) = 50+95+227=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 227 (89.06% from 255 or 61.02% from 372); Max value from RGB is 227 - color contains mainly: blue. Hex color #325FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FE3 is #CDA01C. Grayscale: #606060. Windows color (decimal): -13475869 or 14901042. OLE color: 14901042.
HSL color Cylindrical-coordinate representation of color #325FE3: hue angle of 224.75º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325FE3 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 95 | 227 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.11 |
| HSL | 224.75º | 0.76% | 0.54% | - |
| HSV(B) | 224.75º | 0.78% | 0.89% | - |
| XYZ | 19.27 | 14.41 | 74.44 | - |
| YUV | 96.59 | 201.59 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 227 | 0.78 | 0.58 | 0 | 0.11 | 224.75 | 0.76 | 0.54 |
| Hex | 32 | 5F | E3 | 4E | 3A | 0 | B | E1 | 4C | 36 |
| Octal | 62 | 137 | 343 | 116 | 72 | 0 | 13 | 341 | 114 | 66 |
| Binary | 110010 | 1011111 | 11100011 | 1001110 | 111010 | 0 | 1011 | 11100001 | 1001100 | 110110 |
Color Harmonies of #325FE3
Complementary color
Monochromatic Colors of #325FE3
Black with #325FE3
Text Example
Text Example
White with #325FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FE3; }
p { color: rgb(50,95,227); }
H1.HeaderClassName
{
color: #325FE3;
}
.AnyTagClassName
{
color: #325FE3;
}
</style>
background-color css
<style>
a { background-color: #325FE3; }
a { background-color: rgb(50,95,227); }
div.DivClassName
{
background-color: #325FE3;
}
.BgClassName
{
background-color: #325FE3;
}
</style>
border-color css
<style>
span { border-color: #325FE3; }
span { border-color: rgb(50,95,227); }
td.TdClassName
{
border-color: #325FE3;
}
.TagClassName
{
border-color: #325FE3;
}
</style>