Shades of Royal Blue #325BDD
Tints of Royal Blue #325BDD
RGB
CMYK
RGB Variations
Color information
#325BDD (or 0x325BDD) is known color: Royal Blue. HEX triplet: 32, 5B and DD. RGB value is (50,91,221). Sum of RGB (Red+Green+Blue) = 50+91+221=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #325BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BDD is #CDA422. Grayscale: #5D5D5D. Windows color (decimal): -13476899 or 14506802. OLE color: 14506802.
HSL color Cylindrical-coordinate representation of color #325BDD: hue angle of 225.61º 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 #325BDD is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 91 | 221 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.13 |
| HSL | 225.61º | 0.72% | 0.53% | - |
| HSV(B) | 225.61º | 0.77% | 0.87% | - |
| XYZ | 18.11 | 13.38 | 70.03 | - |
| YUV | 93.56 | 199.92 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 221 | 0.77 | 0.59 | 0 | 0.13 | 225.61 | 0.72 | 0.53 |
| Hex | 32 | 5B | DD | 4D | 3B | 0 | D | E2 | 48 | 35 |
| Octal | 62 | 133 | 335 | 115 | 73 | 0 | 15 | 342 | 110 | 65 |
| Binary | 110010 | 1011011 | 11011101 | 1001101 | 111011 | 0 | 1101 | 11100010 | 1001000 | 110101 |
Color Harmonies of #325BDD
Complementary color
Monochromatic Colors of #325BDD
Black with #325BDD
Text Example
Text Example
White with #325BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BDD; }
p { color: rgb(50,91,221); }
H1.HeaderClassName
{
color: #325BDD;
}
.AnyTagClassName
{
color: #325BDD;
}
</style>
background-color css
<style>
a { background-color: #325BDD; }
a { background-color: rgb(50,91,221); }
div.DivClassName
{
background-color: #325BDD;
}
.BgClassName
{
background-color: #325BDD;
}
</style>
border-color css
<style>
span { border-color: #325BDD; }
span { border-color: rgb(50,91,221); }
td.TdClassName
{
border-color: #325BDD;
}
.TagClassName
{
border-color: #325BDD;
}
</style>