Shades of Royal Blue #325FDD
Tints of Royal Blue #325FDD
RGB
CMYK
RGB Variations
Color information
#325FDD (or 0x325FDD) is known color: Royal Blue. HEX triplet: 32, 5F and DD. RGB value is (50,95,221). Sum of RGB (Red+Green+Blue) = 50+95+221=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #325FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FDD is #CDA022. Grayscale: #5F5F5F. Windows color (decimal): -13475875 or 14507826. OLE color: 14507826.
HSL color Cylindrical-coordinate representation of color #325FDD: hue angle of 224.21º 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 #325FDD is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 95 | 221 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.13 |
| HSL | 224.21º | 0.72% | 0.53% | - |
| HSV(B) | 224.21º | 0.77% | 0.87% | - |
| XYZ | 18.46 | 14.08 | 70.15 | - |
| YUV | 95.91 | 198.59 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 221 | 0.77 | 0.57 | 0 | 0.13 | 224.21 | 0.72 | 0.53 |
| Hex | 32 | 5F | DD | 4D | 39 | 0 | D | E0 | 48 | 35 |
| Octal | 62 | 137 | 335 | 115 | 71 | 0 | 15 | 340 | 110 | 65 |
| Binary | 110010 | 1011111 | 11011101 | 1001101 | 111001 | 0 | 1101 | 11100000 | 1001000 | 110101 |
Color Harmonies of #325FDD
Complementary color
Monochromatic Colors of #325FDD
Black with #325FDD
Text Example
Text Example
White with #325FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FDD; }
p { color: rgb(50,95,221); }
H1.HeaderClassName
{
color: #325FDD;
}
.AnyTagClassName
{
color: #325FDD;
}
</style>
background-color css
<style>
a { background-color: #325FDD; }
a { background-color: rgb(50,95,221); }
div.DivClassName
{
background-color: #325FDD;
}
.BgClassName
{
background-color: #325FDD;
}
</style>
border-color css
<style>
span { border-color: #325FDD; }
span { border-color: rgb(50,95,221); }
td.TdClassName
{
border-color: #325FDD;
}
.TagClassName
{
border-color: #325FDD;
}
</style>