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