Shades of Royal Blue #325ADD
Tints of Royal Blue #325ADD
RGB
CMYK
RGB Variations
Color information
#325ADD (or 0x325ADD) is known color: Royal Blue. HEX triplet: 32, 5A and DD. RGB value is (50,90,221). Sum of RGB (Red+Green+Blue) = 50+90+221=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #325ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ADD is #CDA522. Grayscale: #5C5C5C. Windows color (decimal): -13477155 or 14506546. OLE color: 14506546.
HSL color Cylindrical-coordinate representation of color #325ADD: hue angle of 225.96º 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 #325ADD is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 90 | 221 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.13 |
| HSL | 225.96º | 0.72% | 0.53% | - |
| HSV(B) | 225.96º | 0.77% | 0.87% | - |
| XYZ | 18.02 | 13.21 | 70.01 | - |
| YUV | 92.97 | 200.25 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 221 | 0.77 | 0.59 | 0 | 0.13 | 225.96 | 0.72 | 0.53 |
| Hex | 32 | 5A | DD | 4D | 3B | 0 | D | E2 | 48 | 35 |
| Octal | 62 | 132 | 335 | 115 | 73 | 0 | 15 | 342 | 110 | 65 |
| Binary | 110010 | 1011010 | 11011101 | 1001101 | 111011 | 0 | 1101 | 11100010 | 1001000 | 110101 |
Color Harmonies of #325ADD
Complementary color
Monochromatic Colors of #325ADD
Black with #325ADD
Text Example
Text Example
White with #325ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325ADD; }
p { color: rgb(50,90,221); }
H1.HeaderClassName
{
color: #325ADD;
}
.AnyTagClassName
{
color: #325ADD;
}
</style>
background-color css
<style>
a { background-color: #325ADD; }
a { background-color: rgb(50,90,221); }
div.DivClassName
{
background-color: #325ADD;
}
.BgClassName
{
background-color: #325ADD;
}
</style>
border-color css
<style>
span { border-color: #325ADD; }
span { border-color: rgb(50,90,221); }
td.TdClassName
{
border-color: #325ADD;
}
.TagClassName
{
border-color: #325ADD;
}
</style>