Shades of Royal Blue #325BDA
Tints of Royal Blue #325BDA
RGB
CMYK
RGB Variations
Color information
#325BDA (or 0x325BDA) is known color: Royal Blue. HEX triplet: 32, 5B and DA. RGB value is (50,91,218). Sum of RGB (Red+Green+Blue) = 50+91+218=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #325BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BDA is #CDA425. Grayscale: #5C5C5C. Windows color (decimal): -13476902 or 14310194. OLE color: 14310194.
HSL color Cylindrical-coordinate representation of color #325BDA: hue angle of 225.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #325BDA is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 91 | 218 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.15 |
| HSL | 225.36º | 0.69% | 0.53% | - |
| HSV(B) | 225.36º | 0.77% | 0.85% | - |
| XYZ | 17.71 | 13.22 | 67.95 | - |
| YUV | 93.22 | 198.42 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 218 | 0.77 | 0.58 | 0 | 0.15 | 225.36 | 0.69 | 0.53 |
| Hex | 32 | 5B | DA | 4D | 3A | 0 | F | E1 | 45 | 35 |
| Octal | 62 | 133 | 332 | 115 | 72 | 0 | 17 | 341 | 105 | 65 |
| Binary | 110010 | 1011011 | 11011010 | 1001101 | 111010 | 0 | 1111 | 11100001 | 1000101 | 110101 |
Color Harmonies of #325BDA
Complementary color
Monochromatic Colors of #325BDA
Black with #325BDA
Text Example
Text Example
White with #325BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BDA; }
p { color: rgb(50,91,218); }
H1.HeaderClassName
{
color: #325BDA;
}
.AnyTagClassName
{
color: #325BDA;
}
</style>
background-color css
<style>
a { background-color: #325BDA; }
a { background-color: rgb(50,91,218); }
div.DivClassName
{
background-color: #325BDA;
}
.BgClassName
{
background-color: #325BDA;
}
</style>
border-color css
<style>
span { border-color: #325BDA; }
span { border-color: rgb(50,91,218); }
td.TdClassName
{
border-color: #325BDA;
}
.TagClassName
{
border-color: #325BDA;
}
</style>