Shades of Royal Blue #325DDD
Tints of Royal Blue #325DDD
RGB
CMYK
RGB Variations
Color information
#325DDD (or 0x325DDD) is known color: Royal Blue. HEX triplet: 32, 5D and DD. RGB value is (50,93,221). Sum of RGB (Red+Green+Blue) = 50+93+221=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #325DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DDD is #CDA222. Grayscale: #5E5E5E. Windows color (decimal): -13476387 or 14507314. OLE color: 14507314.
HSL color Cylindrical-coordinate representation of color #325DDD: hue angle of 224.91º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #325DDD is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 93 | 221 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.13 |
| HSL | 224.91º | 0.72% | 0.53% | - |
| HSV(B) | 224.91º | 0.77% | 0.87% | - |
| XYZ | 18.28 | 13.73 | 70.09 | - |
| YUV | 94.74 | 199.25 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 221 | 0.77 | 0.58 | 0 | 0.13 | 224.91 | 0.72 | 0.53 |
| Hex | 32 | 5D | DD | 4D | 3A | 0 | D | E1 | 48 | 35 |
| Octal | 62 | 135 | 335 | 115 | 72 | 0 | 15 | 341 | 110 | 65 |
| Binary | 110010 | 1011101 | 11011101 | 1001101 | 111010 | 0 | 1101 | 11100001 | 1001000 | 110101 |
Color Harmonies of #325DDD
Complementary color
Monochromatic Colors of #325DDD
Black with #325DDD
Text Example
Text Example
White with #325DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DDD; }
p { color: rgb(50,93,221); }
H1.HeaderClassName
{
color: #325DDD;
}
.AnyTagClassName
{
color: #325DDD;
}
</style>
background-color css
<style>
a { background-color: #325DDD; }
a { background-color: rgb(50,93,221); }
div.DivClassName
{
background-color: #325DDD;
}
.BgClassName
{
background-color: #325DDD;
}
</style>
border-color css
<style>
span { border-color: #325DDD; }
span { border-color: rgb(50,93,221); }
td.TdClassName
{
border-color: #325DDD;
}
.TagClassName
{
border-color: #325DDD;
}
</style>