Shades of Royal Blue #325DDC
Tints of Royal Blue #325DDC
RGB
CMYK
RGB Variations
Color information
#325DDC (or 0x325DDC) is known color: Royal Blue. HEX triplet: 32, 5D and DC. RGB value is (50,93,220). Sum of RGB (Red+Green+Blue) = 50+93+220=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #325DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DDC is #CDA223. Grayscale: #5E5E5E. Windows color (decimal): -13476388 or 14441778. OLE color: 14441778.
HSL color Cylindrical-coordinate representation of color #325DDC: hue angle of 224.82º degrees, saturation: 0.71, 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 #325DDC is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 93 | 220 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.14 |
| HSL | 224.82º | 0.71% | 0.53% | - |
| HSV(B) | 224.82º | 0.77% | 0.86% | - |
| XYZ | 18.15 | 13.67 | 69.39 | - |
| YUV | 94.62 | 198.75 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 220 | 0.77 | 0.58 | 0 | 0.14 | 224.82 | 0.71 | 0.53 |
| Hex | 32 | 5D | DC | 4D | 3A | 0 | E | E1 | 47 | 35 |
| Octal | 62 | 135 | 334 | 115 | 72 | 0 | 16 | 341 | 107 | 65 |
| Binary | 110010 | 1011101 | 11011100 | 1001101 | 111010 | 0 | 1110 | 11100001 | 1000111 | 110101 |
Color Harmonies of #325DDC
Complementary color
Monochromatic Colors of #325DDC
Black with #325DDC
Text Example
Text Example
White with #325DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DDC; }
p { color: rgb(50,93,220); }
H1.HeaderClassName
{
color: #325DDC;
}
.AnyTagClassName
{
color: #325DDC;
}
</style>
background-color css
<style>
a { background-color: #325DDC; }
a { background-color: rgb(50,93,220); }
div.DivClassName
{
background-color: #325DDC;
}
.BgClassName
{
background-color: #325DDC;
}
</style>
border-color css
<style>
span { border-color: #325DDC; }
span { border-color: rgb(50,93,220); }
td.TdClassName
{
border-color: #325DDC;
}
.TagClassName
{
border-color: #325DDC;
}
</style>