Shades of Royal Blue #325CDC
Tints of Royal Blue #325CDC
RGB
CMYK
RGB Variations
Color information
#325CDC (or 0x325CDC) is known color: Royal Blue. HEX triplet: 32, 5C and DC. RGB value is (50,92,220). Sum of RGB (Red+Green+Blue) = 50+92+220=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #325CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CDC is #CDA323. Grayscale: #5D5D5D. Windows color (decimal): -13476644 or 14441522. OLE color: 14441522.
HSL color Cylindrical-coordinate representation of color #325CDC: hue angle of 225.18º 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 #325CDC is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 92 | 220 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.14 |
| HSL | 225.18º | 0.71% | 0.53% | - |
| HSV(B) | 225.18º | 0.77% | 0.86% | - |
| XYZ | 18.06 | 13.5 | 69.36 | - |
| YUV | 94.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 220 | 0.77 | 0.58 | 0 | 0.14 | 225.18 | 0.71 | 0.53 |
| Hex | 32 | 5C | DC | 4D | 3A | 0 | E | E1 | 47 | 35 |
| Octal | 62 | 134 | 334 | 115 | 72 | 0 | 16 | 341 | 107 | 65 |
| Binary | 110010 | 1011100 | 11011100 | 1001101 | 111010 | 0 | 1110 | 11100001 | 1000111 | 110101 |
Color Harmonies of #325CDC
Complementary color
Monochromatic Colors of #325CDC
Black with #325CDC
Text Example
Text Example
White with #325CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CDC; }
p { color: rgb(50,92,220); }
H1.HeaderClassName
{
color: #325CDC;
}
.AnyTagClassName
{
color: #325CDC;
}
</style>
background-color css
<style>
a { background-color: #325CDC; }
a { background-color: rgb(50,92,220); }
div.DivClassName
{
background-color: #325CDC;
}
.BgClassName
{
background-color: #325CDC;
}
</style>
border-color css
<style>
span { border-color: #325CDC; }
span { border-color: rgb(50,92,220); }
td.TdClassName
{
border-color: #325CDC;
}
.TagClassName
{
border-color: #325CDC;
}
</style>