Shades of Royal Blue #326EDB
Tints of Royal Blue #326EDB
RGB
CMYK
RGB Variations
Color information
#326EDB (or 0x326EDB) is known color: Royal Blue. HEX triplet: 32, 6E and DB. RGB value is (50,110,219). Sum of RGB (Red+Green+Blue) = 50+110+219=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #326EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EDB is #CD9124. Grayscale: #676767. Windows color (decimal): -13472037 or 14380594. OLE color: 14380594.
HSL color Cylindrical-coordinate representation of color #326EDB: hue angle of 218.7º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326EDB is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 110 | 219 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.14 |
| HSL | 218.7º | 0.7% | 0.53% | - |
| HSV(B) | 218.7º | 0.77% | 0.86% | - |
| XYZ | 19.68 | 16.94 | 69.25 | - |
| YUV | 104.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 219 | 0.77 | 0.50 | 0 | 0.14 | 218.7 | 0.7 | 0.53 |
| Hex | 32 | 6E | DB | 4D | 32 | 0 | E | DB | 46 | 35 |
| Octal | 62 | 156 | 333 | 115 | 62 | 0 | 16 | 333 | 106 | 65 |
| Binary | 110010 | 1101110 | 11011011 | 1001101 | 110010 | 0 | 1110 | 11011011 | 1000110 | 110101 |
Color Harmonies of #326EDB
Complementary color
Monochromatic Colors of #326EDB
Black with #326EDB
Text Example
Text Example
White with #326EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EDB; }
p { color: rgb(50,110,219); }
H1.HeaderClassName
{
color: #326EDB;
}
.AnyTagClassName
{
color: #326EDB;
}
</style>
background-color css
<style>
a { background-color: #326EDB; }
a { background-color: rgb(50,110,219); }
div.DivClassName
{
background-color: #326EDB;
}
.BgClassName
{
background-color: #326EDB;
}
</style>
border-color css
<style>
span { border-color: #326EDB; }
span { border-color: rgb(50,110,219); }
td.TdClassName
{
border-color: #326EDB;
}
.TagClassName
{
border-color: #326EDB;
}
</style>