Shades of Royal Blue #326ED6
Tints of Royal Blue #326ED6
RGB
CMYK
RGB Variations
Color information
#326ED6 (or 0x326ED6) is known color: Royal Blue. HEX triplet: 32, 6E and D6. RGB value is (50,110,214). Sum of RGB (Red+Green+Blue) = 50+110+214=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #326ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ED6 is #CD9129. Grayscale: #676767. Windows color (decimal): -13472042 or 14052914. OLE color: 14052914.
HSL color Cylindrical-coordinate representation of color #326ED6: hue angle of 218.05º degrees, saturation: 0.67, 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 #326ED6 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 110 | 214 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.16 |
| HSL | 218.05º | 0.67% | 0.52% | - |
| HSV(B) | 218.05º | 0.77% | 0.84% | - |
| XYZ | 19.03 | 16.69 | 65.84 | - |
| YUV | 103.92 | 190.12 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 214 | 0.77 | 0.49 | 0 | 0.16 | 218.05 | 0.67 | 0.52 |
| Hex | 32 | 6E | D6 | 4D | 31 | 0 | 10 | DA | 43 | 34 |
| Octal | 62 | 156 | 326 | 115 | 61 | 0 | 20 | 332 | 103 | 64 |
| Binary | 110010 | 1101110 | 11010110 | 1001101 | 110001 | 0 | 10000 | 11011010 | 1000011 | 110100 |
Color Harmonies of #326ED6
Complementary color
Monochromatic Colors of #326ED6
Black with #326ED6
Text Example
Text Example
White with #326ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326ED6; }
p { color: rgb(50,110,214); }
H1.HeaderClassName
{
color: #326ED6;
}
.AnyTagClassName
{
color: #326ED6;
}
</style>
background-color css
<style>
a { background-color: #326ED6; }
a { background-color: rgb(50,110,214); }
div.DivClassName
{
background-color: #326ED6;
}
.BgClassName
{
background-color: #326ED6;
}
</style>
border-color css
<style>
span { border-color: #326ED6; }
span { border-color: rgb(50,110,214); }
td.TdClassName
{
border-color: #326ED6;
}
.TagClassName
{
border-color: #326ED6;
}
</style>