Shades of Royal Blue #325CDA
Tints of Royal Blue #325CDA
RGB
CMYK
RGB Variations
Color information
#325CDA (or 0x325CDA) is known color: Royal Blue. HEX triplet: 32, 5C and DA. RGB value is (50,92,218). Sum of RGB (Red+Green+Blue) = 50+92+218=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #325CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CDA is #CDA325. Grayscale: #5D5D5D. Windows color (decimal): -13476646 or 14310450. OLE color: 14310450.
HSL color Cylindrical-coordinate representation of color #325CDA: hue angle of 225º 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 #325CDA is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 92 | 218 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.15 |
| HSL | 225º | 0.69% | 0.53% | - |
| HSV(B) | 225º | 0.77% | 0.85% | - |
| XYZ | 17.8 | 13.39 | 67.98 | - |
| YUV | 93.81 | 198.09 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 218 | 0.77 | 0.58 | 0 | 0.15 | 225 | 0.69 | 0.53 |
| Hex | 32 | 5C | DA | 4D | 3A | 0 | F | E1 | 45 | 35 |
| Octal | 62 | 134 | 332 | 115 | 72 | 0 | 17 | 341 | 105 | 65 |
| Binary | 110010 | 1011100 | 11011010 | 1001101 | 111010 | 0 | 1111 | 11100001 | 1000101 | 110101 |
Color Harmonies of #325CDA
Complementary color
Monochromatic Colors of #325CDA
Black with #325CDA
Text Example
Text Example
White with #325CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CDA; }
p { color: rgb(50,92,218); }
H1.HeaderClassName
{
color: #325CDA;
}
.AnyTagClassName
{
color: #325CDA;
}
</style>
background-color css
<style>
a { background-color: #325CDA; }
a { background-color: rgb(50,92,218); }
div.DivClassName
{
background-color: #325CDA;
}
.BgClassName
{
background-color: #325CDA;
}
</style>
border-color css
<style>
span { border-color: #325CDA; }
span { border-color: rgb(50,92,218); }
td.TdClassName
{
border-color: #325CDA;
}
.TagClassName
{
border-color: #325CDA;
}
</style>