Shades of Royal Blue #325DDB
Tints of Royal Blue #325DDB
RGB
CMYK
RGB Variations
Color information
#325DDB (or 0x325DDB) is known color: Royal Blue. HEX triplet: 32, 5D and DB. RGB value is (50,93,219). Sum of RGB (Red+Green+Blue) = 50+93+219=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #325DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DDB is #CDA224. Grayscale: #5D5D5D. Windows color (decimal): -13476389 or 14376242. OLE color: 14376242.
HSL color Cylindrical-coordinate representation of color #325DDB: hue angle of 224.73º 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 #325DDB is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 93 | 219 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.14 |
| HSL | 224.73º | 0.7% | 0.53% | - |
| HSV(B) | 224.73º | 0.77% | 0.86% | - |
| XYZ | 18.02 | 13.62 | 68.7 | - |
| YUV | 94.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 219 | 0.77 | 0.58 | 0 | 0.14 | 224.73 | 0.7 | 0.53 |
| Hex | 32 | 5D | DB | 4D | 3A | 0 | E | E1 | 46 | 35 |
| Octal | 62 | 135 | 333 | 115 | 72 | 0 | 16 | 341 | 106 | 65 |
| Binary | 110010 | 1011101 | 11011011 | 1001101 | 111010 | 0 | 1110 | 11100001 | 1000110 | 110101 |
Color Harmonies of #325DDB
Complementary color
Monochromatic Colors of #325DDB
Black with #325DDB
Text Example
Text Example
White with #325DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DDB; }
p { color: rgb(50,93,219); }
H1.HeaderClassName
{
color: #325DDB;
}
.AnyTagClassName
{
color: #325DDB;
}
</style>
background-color css
<style>
a { background-color: #325DDB; }
a { background-color: rgb(50,93,219); }
div.DivClassName
{
background-color: #325DDB;
}
.BgClassName
{
background-color: #325DDB;
}
</style>
border-color css
<style>
span { border-color: #325DDB; }
span { border-color: rgb(50,93,219); }
td.TdClassName
{
border-color: #325DDB;
}
.TagClassName
{
border-color: #325DDB;
}
</style>