Shades of Royal Blue #325ADC
Tints of Royal Blue #325ADC
RGB
CMYK
RGB Variations
Color information
#325ADC (or 0x325ADC) is known color: Royal Blue. HEX triplet: 32, 5A and DC. RGB value is (50,90,220). Sum of RGB (Red+Green+Blue) = 50+90+220=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #325ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ADC is #CDA523. Grayscale: #5C5C5C. Windows color (decimal): -13477156 or 14441010. OLE color: 14441010.
HSL color Cylindrical-coordinate representation of color #325ADC: hue angle of 225.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #325ADC is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 90 | 220 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.14 |
| HSL | 225.88º | 0.71% | 0.53% | - |
| HSV(B) | 225.88º | 0.77% | 0.86% | - |
| XYZ | 17.89 | 13.16 | 69.31 | - |
| YUV | 92.86 | 199.75 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 220 | 0.77 | 0.59 | 0 | 0.14 | 225.88 | 0.71 | 0.53 |
| Hex | 32 | 5A | DC | 4D | 3B | 0 | E | E2 | 47 | 35 |
| Octal | 62 | 132 | 334 | 115 | 73 | 0 | 16 | 342 | 107 | 65 |
| Binary | 110010 | 1011010 | 11011100 | 1001101 | 111011 | 0 | 1110 | 11100010 | 1000111 | 110101 |
Color Harmonies of #325ADC
Complementary color
Monochromatic Colors of #325ADC
Black with #325ADC
Text Example
Text Example
White with #325ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325ADC; }
p { color: rgb(50,90,220); }
H1.HeaderClassName
{
color: #325ADC;
}
.AnyTagClassName
{
color: #325ADC;
}
</style>
background-color css
<style>
a { background-color: #325ADC; }
a { background-color: rgb(50,90,220); }
div.DivClassName
{
background-color: #325ADC;
}
.BgClassName
{
background-color: #325ADC;
}
</style>
border-color css
<style>
span { border-color: #325ADC; }
span { border-color: rgb(50,90,220); }
td.TdClassName
{
border-color: #325ADC;
}
.TagClassName
{
border-color: #325ADC;
}
</style>