Shades of Royal Blue #325EF1
Tints of Royal Blue #325EF1
RGB
CMYK
RGB Variations
Color information
#325EF1 (or 0x325EF1) is known color: Royal Blue. HEX triplet: 32, 5E and F1. RGB value is (50,94,241). Sum of RGB (Red+Green+Blue) = 50+94+241=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #325EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325EF1 is #CDA10E. Grayscale: #606060. Windows color (decimal): -13476111 or 15818290. OLE color: 15818290.
HSL color Cylindrical-coordinate representation of color #325EF1: hue angle of 226.18º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #325EF1 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 94 | 241 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.05 |
| HSL | 226.18º | 0.87% | 0.57% | - |
| HSV(B) | 226.18º | 0.79% | 0.95% | - |
| XYZ | 21.2 | 15.03 | 85 | - |
| YUV | 97.6 | 208.92 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 241 | 0.79 | 0.61 | 0 | 0.05 | 226.18 | 0.87 | 0.57 |
| Hex | 32 | 5E | F1 | 4F | 3D | 0 | 5 | E2 | 57 | 39 |
| Octal | 62 | 136 | 361 | 117 | 75 | 0 | 5 | 342 | 127 | 71 |
| Binary | 110010 | 1011110 | 11110001 | 1001111 | 111101 | 0 | 101 | 11100010 | 1010111 | 111001 |
Color Harmonies of #325EF1
Complementary color
Monochromatic Colors of #325EF1
Black with #325EF1
Text Example
Text Example
White with #325EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EF1; }
p { color: rgb(50,94,241); }
H1.HeaderClassName
{
color: #325EF1;
}
.AnyTagClassName
{
color: #325EF1;
}
</style>
background-color css
<style>
a { background-color: #325EF1; }
a { background-color: rgb(50,94,241); }
div.DivClassName
{
background-color: #325EF1;
}
.BgClassName
{
background-color: #325EF1;
}
</style>
border-color css
<style>
span { border-color: #325EF1; }
span { border-color: rgb(50,94,241); }
td.TdClassName
{
border-color: #325EF1;
}
.TagClassName
{
border-color: #325EF1;
}
</style>