Shades of Royal Blue #326ED5
Tints of Royal Blue #326ED5
RGB
CMYK
RGB Variations
Color information
#326ED5 (or 0x326ED5) is known color: Royal Blue. HEX triplet: 32, 6E and D5. RGB value is (50,110,213). Sum of RGB (Red+Green+Blue) = 50+110+213=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #326ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ED5 is #CD912A. Grayscale: #676767. Windows color (decimal): -13472043 or 13987378. OLE color: 13987378.
HSL color Cylindrical-coordinate representation of color #326ED5: hue angle of 217.91º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326ED5 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 110 | 213 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.16 |
| HSL | 217.91º | 0.66% | 0.52% | - |
| HSV(B) | 217.91º | 0.77% | 0.84% | - |
| XYZ | 18.9 | 16.63 | 65.17 | - |
| YUV | 103.8 | 189.62 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 213 | 0.77 | 0.48 | 0 | 0.16 | 217.91 | 0.66 | 0.52 |
| Hex | 32 | 6E | D5 | 4D | 30 | 0 | 10 | DA | 42 | 34 |
| Octal | 62 | 156 | 325 | 115 | 60 | 0 | 20 | 332 | 102 | 64 |
| Binary | 110010 | 1101110 | 11010101 | 1001101 | 110000 | 0 | 10000 | 11011010 | 1000010 | 110100 |
Color Harmonies of #326ED5
Complementary color
Monochromatic Colors of #326ED5
Black with #326ED5
Text Example
Text Example
White with #326ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326ED5; }
p { color: rgb(50,110,213); }
H1.HeaderClassName
{
color: #326ED5;
}
.AnyTagClassName
{
color: #326ED5;
}
</style>
background-color css
<style>
a { background-color: #326ED5; }
a { background-color: rgb(50,110,213); }
div.DivClassName
{
background-color: #326ED5;
}
.BgClassName
{
background-color: #326ED5;
}
</style>
border-color css
<style>
span { border-color: #326ED5; }
span { border-color: rgb(50,110,213); }
td.TdClassName
{
border-color: #326ED5;
}
.TagClassName
{
border-color: #326ED5;
}
</style>