Shades of Royal Blue #325ADB
Tints of Royal Blue #325ADB
RGB
CMYK
RGB Variations
Color information
#325ADB (or 0x325ADB) is known color: Royal Blue. HEX triplet: 32, 5A and DB. RGB value is (50,90,219). Sum of RGB (Red+Green+Blue) = 50+90+219=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #325ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ADB is #CDA524. Grayscale: #5C5C5C. Windows color (decimal): -13477157 or 14375474. OLE color: 14375474.
HSL color Cylindrical-coordinate representation of color #325ADB: hue angle of 225.8º 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 #325ADB is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 90 | 219 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.14 |
| HSL | 225.8º | 0.7% | 0.53% | - |
| HSV(B) | 225.8º | 0.77% | 0.86% | - |
| XYZ | 17.76 | 13.1 | 68.61 | - |
| YUV | 92.75 | 199.25 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 219 | 0.77 | 0.59 | 0 | 0.14 | 225.8 | 0.7 | 0.53 |
| Hex | 32 | 5A | DB | 4D | 3B | 0 | E | E2 | 46 | 35 |
| Octal | 62 | 132 | 333 | 115 | 73 | 0 | 16 | 342 | 106 | 65 |
| Binary | 110010 | 1011010 | 11011011 | 1001101 | 111011 | 0 | 1110 | 11100010 | 1000110 | 110101 |
Color Harmonies of #325ADB
Complementary color
Monochromatic Colors of #325ADB
Black with #325ADB
Text Example
Text Example
White with #325ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325ADB; }
p { color: rgb(50,90,219); }
H1.HeaderClassName
{
color: #325ADB;
}
.AnyTagClassName
{
color: #325ADB;
}
</style>
background-color css
<style>
a { background-color: #325ADB; }
a { background-color: rgb(50,90,219); }
div.DivClassName
{
background-color: #325ADB;
}
.BgClassName
{
background-color: #325ADB;
}
</style>
border-color css
<style>
span { border-color: #325ADB; }
span { border-color: rgb(50,90,219); }
td.TdClassName
{
border-color: #325ADB;
}
.TagClassName
{
border-color: #325ADB;
}
</style>