Shades of Royal Blue #325ADE
Tints of Royal Blue #325ADE
RGB
CMYK
RGB Variations
Color information
#325ADE (or 0x325ADE) is known color: Royal Blue. HEX triplet: 32, 5A and DE. RGB value is (50,90,222). Sum of RGB (Red+Green+Blue) = 50+90+222=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #325ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ADE is #CDA521. Grayscale: #5C5C5C. Windows color (decimal): -13477154 or 14572082. OLE color: 14572082.
HSL color Cylindrical-coordinate representation of color #325ADE: hue angle of 226.05º 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 #325ADE is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 90 | 222 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.13 |
| HSL | 226.05º | 0.72% | 0.53% | - |
| HSV(B) | 226.05º | 0.77% | 0.87% | - |
| XYZ | 18.16 | 13.26 | 70.71 | - |
| YUV | 93.09 | 200.75 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 222 | 0.77 | 0.59 | 0 | 0.13 | 226.05 | 0.72 | 0.53 |
| Hex | 32 | 5A | DE | 4D | 3B | 0 | D | E2 | 48 | 35 |
| Octal | 62 | 132 | 336 | 115 | 73 | 0 | 15 | 342 | 110 | 65 |
| Binary | 110010 | 1011010 | 11011110 | 1001101 | 111011 | 0 | 1101 | 11100010 | 1001000 | 110101 |
Color Harmonies of #325ADE
Complementary color
Monochromatic Colors of #325ADE
Black with #325ADE
Text Example
Text Example
White with #325ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325ADE; }
p { color: rgb(50,90,222); }
H1.HeaderClassName
{
color: #325ADE;
}
.AnyTagClassName
{
color: #325ADE;
}
</style>
background-color css
<style>
a { background-color: #325ADE; }
a { background-color: rgb(50,90,222); }
div.DivClassName
{
background-color: #325ADE;
}
.BgClassName
{
background-color: #325ADE;
}
</style>
border-color css
<style>
span { border-color: #325ADE; }
span { border-color: rgb(50,90,222); }
td.TdClassName
{
border-color: #325ADE;
}
.TagClassName
{
border-color: #325ADE;
}
</style>