Shades of Royal Blue #325FE4
Tints of Royal Blue #325FE4
RGB
CMYK
RGB Variations
Color information
#325FE4 (or 0x325FE4) is known color: Royal Blue. HEX triplet: 32, 5F and E4. RGB value is (50,95,228). Sum of RGB (Red+Green+Blue) = 50+95+228=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 228 (89.45% from 255 or 61.13% from 373); Max value from RGB is 228 - color contains mainly: blue. Hex color #325FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FE4 is #CDA01B. Grayscale: #606060. Windows color (decimal): -13475868 or 14966578. OLE color: 14966578.
HSL color Cylindrical-coordinate representation of color #325FE4: hue angle of 224.83º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325FE4 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 95 | 228 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.11 |
| HSL | 224.83º | 0.77% | 0.55% | - |
| HSV(B) | 224.83º | 0.78% | 0.89% | - |
| XYZ | 19.41 | 14.46 | 75.17 | - |
| YUV | 96.71 | 202.09 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 228 | 0.78 | 0.58 | 0 | 0.11 | 224.83 | 0.77 | 0.55 |
| Hex | 32 | 5F | E4 | 4E | 3A | 0 | B | E1 | 4D | 37 |
| Octal | 62 | 137 | 344 | 116 | 72 | 0 | 13 | 341 | 115 | 67 |
| Binary | 110010 | 1011111 | 11100100 | 1001110 | 111010 | 0 | 1011 | 11100001 | 1001101 | 110111 |
Color Harmonies of #325FE4
Complementary color
Monochromatic Colors of #325FE4
Black with #325FE4
Text Example
Text Example
White with #325FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FE4; }
p { color: rgb(50,95,228); }
H1.HeaderClassName
{
color: #325FE4;
}
.AnyTagClassName
{
color: #325FE4;
}
</style>
background-color css
<style>
a { background-color: #325FE4; }
a { background-color: rgb(50,95,228); }
div.DivClassName
{
background-color: #325FE4;
}
.BgClassName
{
background-color: #325FE4;
}
</style>
border-color css
<style>
span { border-color: #325FE4; }
span { border-color: rgb(50,95,228); }
td.TdClassName
{
border-color: #325FE4;
}
.TagClassName
{
border-color: #325FE4;
}
</style>