Shades of Royal Blue #326EE2
Tints of Royal Blue #326EE2
RGB
CMYK
RGB Variations
Color information
#326EE2 (or 0x326EE2) is known color: Royal Blue. HEX triplet: 32, 6E and E2. RGB value is (50,110,226). Sum of RGB (Red+Green+Blue) = 50+110+226=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 226 (88.67% from 255 or 58.55% from 386); Max value from RGB is 226 - color contains mainly: blue. Hex color #326EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EE2 is #CD911D. Grayscale: #686868. Windows color (decimal): -13472030 or 14839346. OLE color: 14839346.
HSL color Cylindrical-coordinate representation of color #326EE2: hue angle of 219.55º 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 #326EE2 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 110 | 226 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.11 |
| HSL | 219.55º | 0.75% | 0.54% | - |
| HSV(B) | 219.55º | 0.78% | 0.89% | - |
| XYZ | 20.62 | 17.32 | 74.21 | - |
| YUV | 105.28 | 196.12 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 226 | 0.78 | 0.51 | 0 | 0.11 | 219.55 | 0.75 | 0.54 |
| Hex | 32 | 6E | E2 | 4E | 33 | 0 | B | DC | 4B | 36 |
| Octal | 62 | 156 | 342 | 116 | 63 | 0 | 13 | 334 | 113 | 66 |
| Binary | 110010 | 1101110 | 11100010 | 1001110 | 110011 | 0 | 1011 | 11011100 | 1001011 | 110110 |
Color Harmonies of #326EE2
Complementary color
Monochromatic Colors of #326EE2
Black with #326EE2
Text Example
Text Example
White with #326EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EE2; }
p { color: rgb(50,110,226); }
H1.HeaderClassName
{
color: #326EE2;
}
.AnyTagClassName
{
color: #326EE2;
}
</style>
background-color css
<style>
a { background-color: #326EE2; }
a { background-color: rgb(50,110,226); }
div.DivClassName
{
background-color: #326EE2;
}
.BgClassName
{
background-color: #326EE2;
}
</style>
border-color css
<style>
span { border-color: #326EE2; }
span { border-color: rgb(50,110,226); }
td.TdClassName
{
border-color: #326EE2;
}
.TagClassName
{
border-color: #326EE2;
}
</style>