Shades of Royal Blue #326CE2
Tints of Royal Blue #326CE2
RGB
CMYK
RGB Variations
Color information
#326CE2 (or 0x326CE2) is known color: Royal Blue. HEX triplet: 32, 6C and E2. RGB value is (50,108,226). Sum of RGB (Red+Green+Blue) = 50+108+226=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 226 (88.67% from 255 or 58.85% from 384); Max value from RGB is 226 - color contains mainly: blue. Hex color #326CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CE2 is #CD931D. Grayscale: #676767. Windows color (decimal): -13472542 or 14838834. OLE color: 14838834.
HSL color Cylindrical-coordinate representation of color #326CE2: hue angle of 220.23º 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 #326CE2 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 108 | 226 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.11 |
| HSL | 220.23º | 0.75% | 0.54% | - |
| HSV(B) | 220.23º | 0.78% | 0.89% | - |
| XYZ | 20.41 | 16.89 | 74.14 | - |
| YUV | 104.11 | 196.78 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 226 | 0.78 | 0.52 | 0 | 0.11 | 220.23 | 0.75 | 0.54 |
| Hex | 32 | 6C | E2 | 4E | 34 | 0 | B | DC | 4B | 36 |
| Octal | 62 | 154 | 342 | 116 | 64 | 0 | 13 | 334 | 113 | 66 |
| Binary | 110010 | 1101100 | 11100010 | 1001110 | 110100 | 0 | 1011 | 11011100 | 1001011 | 110110 |
Color Harmonies of #326CE2
Complementary color
Monochromatic Colors of #326CE2
Black with #326CE2
Text Example
Text Example
White with #326CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CE2; }
p { color: rgb(50,108,226); }
H1.HeaderClassName
{
color: #326CE2;
}
.AnyTagClassName
{
color: #326CE2;
}
</style>
background-color css
<style>
a { background-color: #326CE2; }
a { background-color: rgb(50,108,226); }
div.DivClassName
{
background-color: #326CE2;
}
.BgClassName
{
background-color: #326CE2;
}
</style>
border-color css
<style>
span { border-color: #326CE2; }
span { border-color: rgb(50,108,226); }
td.TdClassName
{
border-color: #326CE2;
}
.TagClassName
{
border-color: #326CE2;
}
</style>