Shades of Royal Blue #325EDB
Tints of Royal Blue #325EDB
RGB
CMYK
RGB Variations
Color information
#325EDB (or 0x325EDB) is known color: Royal Blue. HEX triplet: 32, 5E and DB. RGB value is (50,94,219). Sum of RGB (Red+Green+Blue) = 50+94+219=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #325EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EDB is #CDA124. Grayscale: #5E5E5E. Windows color (decimal): -13476133 or 14376498. OLE color: 14376498.
HSL color Cylindrical-coordinate representation of color #325EDB: hue angle of 224.38º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #325EDB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 94 | 219 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.14 |
| HSL | 224.38º | 0.7% | 0.53% | - |
| HSV(B) | 224.38º | 0.77% | 0.86% | - |
| XYZ | 18.1 | 13.8 | 68.73 | - |
| YUV | 95.09 | 197.92 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 219 | 0.77 | 0.57 | 0 | 0.14 | 224.38 | 0.7 | 0.53 |
| Hex | 32 | 5E | DB | 4D | 39 | 0 | E | E0 | 46 | 35 |
| Octal | 62 | 136 | 333 | 115 | 71 | 0 | 16 | 340 | 106 | 65 |
| Binary | 110010 | 1011110 | 11011011 | 1001101 | 111001 | 0 | 1110 | 11100000 | 1000110 | 110101 |
Color Harmonies of #325EDB
Complementary color
Monochromatic Colors of #325EDB
Black with #325EDB
Text Example
Text Example
White with #325EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EDB; }
p { color: rgb(50,94,219); }
H1.HeaderClassName
{
color: #325EDB;
}
.AnyTagClassName
{
color: #325EDB;
}
</style>
background-color css
<style>
a { background-color: #325EDB; }
a { background-color: rgb(50,94,219); }
div.DivClassName
{
background-color: #325EDB;
}
.BgClassName
{
background-color: #325EDB;
}
</style>
border-color css
<style>
span { border-color: #325EDB; }
span { border-color: rgb(50,94,219); }
td.TdClassName
{
border-color: #325EDB;
}
.TagClassName
{
border-color: #325EDB;
}
</style>