Shades of Royal Blue #326ECD
Tints of Royal Blue #326ECD
RGB
CMYK
RGB Variations
Color information
#326ECD (or 0x326ECD) is known color: Royal Blue. HEX triplet: 32, 6E and CD. RGB value is (50,110,205). Sum of RGB (Red+Green+Blue) = 50+110+205=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #326ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ECD is #CD9132. Grayscale: #666666. Windows color (decimal): -13472051 or 13463090. OLE color: 13463090.
HSL color Cylindrical-coordinate representation of color #326ECD: hue angle of 216.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #326ECD is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 110 | 205 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.20 |
| HSL | 216.77º | 0.61% | 0.5% | - |
| HSV(B) | 216.77º | 0.76% | 0.8% | - |
| XYZ | 17.91 | 16.24 | 59.95 | - |
| YUV | 102.89 | 185.62 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 205 | 0.76 | 0.46 | 0 | 0.20 | 216.77 | 0.61 | 0.5 |
| Hex | 32 | 6E | CD | 4C | 2E | 0 | 14 | D9 | 3D | 32 |
| Octal | 62 | 156 | 315 | 114 | 56 | 0 | 24 | 331 | 75 | 62 |
| Binary | 110010 | 1101110 | 11001101 | 1001100 | 101110 | 0 | 10100 | 11011001 | 111101 | 110010 |
Color Harmonies of #326ECD
Complementary color
Monochromatic Colors of #326ECD
Black with #326ECD
Text Example
Text Example
White with #326ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326ECD; }
p { color: rgb(50,110,205); }
H1.HeaderClassName
{
color: #326ECD;
}
.AnyTagClassName
{
color: #326ECD;
}
</style>
background-color css
<style>
a { background-color: #326ECD; }
a { background-color: rgb(50,110,205); }
div.DivClassName
{
background-color: #326ECD;
}
.BgClassName
{
background-color: #326ECD;
}
</style>
border-color css
<style>
span { border-color: #326ECD; }
span { border-color: rgb(50,110,205); }
td.TdClassName
{
border-color: #326ECD;
}
.TagClassName
{
border-color: #326ECD;
}
</style>