Shades of Royal Blue #326CDB
Tints of Royal Blue #326CDB
RGB
CMYK
RGB Variations
Color information
#326CDB (or 0x326CDB) is known color: Royal Blue. HEX triplet: 32, 6C and DB. RGB value is (50,108,219). Sum of RGB (Red+Green+Blue) = 50+108+219=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #326CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CDB is #CD9324. Grayscale: #666666. Windows color (decimal): -13472549 or 14380082. OLE color: 14380082.
HSL color Cylindrical-coordinate representation of color #326CDB: hue angle of 219.41º 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 #326CDB is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 108 | 219 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.14 |
| HSL | 219.41º | 0.7% | 0.53% | - |
| HSV(B) | 219.41º | 0.77% | 0.86% | - |
| XYZ | 19.46 | 16.52 | 69.18 | - |
| YUV | 103.31 | 193.28 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 219 | 0.77 | 0.51 | 0 | 0.14 | 219.41 | 0.7 | 0.53 |
| Hex | 32 | 6C | DB | 4D | 33 | 0 | E | DB | 46 | 35 |
| Octal | 62 | 154 | 333 | 115 | 63 | 0 | 16 | 333 | 106 | 65 |
| Binary | 110010 | 1101100 | 11011011 | 1001101 | 110011 | 0 | 1110 | 11011011 | 1000110 | 110101 |
Color Harmonies of #326CDB
Complementary color
Monochromatic Colors of #326CDB
Black with #326CDB
Text Example
Text Example
White with #326CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CDB; }
p { color: rgb(50,108,219); }
H1.HeaderClassName
{
color: #326CDB;
}
.AnyTagClassName
{
color: #326CDB;
}
</style>
background-color css
<style>
a { background-color: #326CDB; }
a { background-color: rgb(50,108,219); }
div.DivClassName
{
background-color: #326CDB;
}
.BgClassName
{
background-color: #326CDB;
}
</style>
border-color css
<style>
span { border-color: #326CDB; }
span { border-color: rgb(50,108,219); }
td.TdClassName
{
border-color: #326CDB;
}
.TagClassName
{
border-color: #326CDB;
}
</style>