Shades of Royal Blue #326DE2
Tints of Royal Blue #326DE2
RGB
CMYK
RGB Variations
Color information
#326DE2 (or 0x326DE2) is known color: Royal Blue. HEX triplet: 32, 6D and E2. RGB value is (50,109,226). Sum of RGB (Red+Green+Blue) = 50+109+226=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 226 (88.67% from 255 or 58.70% from 385); Max value from RGB is 226 - color contains mainly: blue. Hex color #326DE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DE2 is #CD921D. Grayscale: #686868. Windows color (decimal): -13472286 or 14839090. OLE color: 14839090.
HSL color Cylindrical-coordinate representation of color #326DE2: hue angle of 219.89º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326DE2 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 109 | 226 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.11 |
| HSL | 219.89º | 0.75% | 0.54% | - |
| HSV(B) | 219.89º | 0.78% | 0.89% | - |
| XYZ | 20.51 | 17.11 | 74.17 | - |
| YUV | 104.7 | 196.45 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 226 | 0.78 | 0.52 | 0 | 0.11 | 219.89 | 0.75 | 0.54 |
| Hex | 32 | 6D | E2 | 4E | 34 | 0 | B | DC | 4B | 36 |
| Octal | 62 | 155 | 342 | 116 | 64 | 0 | 13 | 334 | 113 | 66 |
| Binary | 110010 | 1101101 | 11100010 | 1001110 | 110100 | 0 | 1011 | 11011100 | 1001011 | 110110 |
Color Harmonies of #326DE2
Complementary color
Monochromatic Colors of #326DE2
Black with #326DE2
Text Example
Text Example
White with #326DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DE2; }
p { color: rgb(50,109,226); }
H1.HeaderClassName
{
color: #326DE2;
}
.AnyTagClassName
{
color: #326DE2;
}
</style>
background-color css
<style>
a { background-color: #326DE2; }
a { background-color: rgb(50,109,226); }
div.DivClassName
{
background-color: #326DE2;
}
.BgClassName
{
background-color: #326DE2;
}
</style>
border-color css
<style>
span { border-color: #326DE2; }
span { border-color: rgb(50,109,226); }
td.TdClassName
{
border-color: #326DE2;
}
.TagClassName
{
border-color: #326DE2;
}
</style>