Shades of Royal Blue #325BDB
Tints of Royal Blue #325BDB
RGB
CMYK
RGB Variations
Color information
#325BDB (or 0x325BDB) is known color: Royal Blue. HEX triplet: 32, 5B and DB. RGB value is (50,91,219). Sum of RGB (Red+Green+Blue) = 50+91+219=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #325BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BDB is #CDA424. Grayscale: #5C5C5C. Windows color (decimal): -13476901 or 14375730. OLE color: 14375730.
HSL color Cylindrical-coordinate representation of color #325BDB: hue angle of 225.44º 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 #325BDB is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 91 | 219 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.14 |
| HSL | 225.44º | 0.7% | 0.53% | - |
| HSV(B) | 225.44º | 0.77% | 0.86% | - |
| XYZ | 17.84 | 13.27 | 68.64 | - |
| YUV | 93.33 | 198.92 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 219 | 0.77 | 0.58 | 0 | 0.14 | 225.44 | 0.7 | 0.53 |
| Hex | 32 | 5B | DB | 4D | 3A | 0 | E | E1 | 46 | 35 |
| Octal | 62 | 133 | 333 | 115 | 72 | 0 | 16 | 341 | 106 | 65 |
| Binary | 110010 | 1011011 | 11011011 | 1001101 | 111010 | 0 | 1110 | 11100001 | 1000110 | 110101 |
Color Harmonies of #325BDB
Complementary color
Monochromatic Colors of #325BDB
Black with #325BDB
Text Example
Text Example
White with #325BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BDB; }
p { color: rgb(50,91,219); }
H1.HeaderClassName
{
color: #325BDB;
}
.AnyTagClassName
{
color: #325BDB;
}
</style>
background-color css
<style>
a { background-color: #325BDB; }
a { background-color: rgb(50,91,219); }
div.DivClassName
{
background-color: #325BDB;
}
.BgClassName
{
background-color: #325BDB;
}
</style>
border-color css
<style>
span { border-color: #325BDB; }
span { border-color: rgb(50,91,219); }
td.TdClassName
{
border-color: #325BDB;
}
.TagClassName
{
border-color: #325BDB;
}
</style>