Shades of Royal Blue #326DDC
Tints of Royal Blue #326DDC
RGB
CMYK
RGB Variations
Color information
#326DDC (or 0x326DDC) is known color: Royal Blue. HEX triplet: 32, 6D and DC. RGB value is (50,109,220). Sum of RGB (Red+Green+Blue) = 50+109+220=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #326DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DDC is #CD9223. Grayscale: #676767. Windows color (decimal): -13472292 or 14445874. OLE color: 14445874.
HSL color Cylindrical-coordinate representation of color #326DDC: hue angle of 219.18º degrees, saturation: 0.71, 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 #326DDC is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 109 | 220 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.14 |
| HSL | 219.18º | 0.71% | 0.53% | - |
| HSV(B) | 219.18º | 0.77% | 0.86% | - |
| XYZ | 19.7 | 16.78 | 69.91 | - |
| YUV | 104.01 | 193.45 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 220 | 0.77 | 0.50 | 0 | 0.14 | 219.18 | 0.71 | 0.53 |
| Hex | 32 | 6D | DC | 4D | 32 | 0 | E | DB | 47 | 35 |
| Octal | 62 | 155 | 334 | 115 | 62 | 0 | 16 | 333 | 107 | 65 |
| Binary | 110010 | 1101101 | 11011100 | 1001101 | 110010 | 0 | 1110 | 11011011 | 1000111 | 110101 |
Color Harmonies of #326DDC
Complementary color
Monochromatic Colors of #326DDC
Black with #326DDC
Text Example
Text Example
White with #326DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DDC; }
p { color: rgb(50,109,220); }
H1.HeaderClassName
{
color: #326DDC;
}
.AnyTagClassName
{
color: #326DDC;
}
</style>
background-color css
<style>
a { background-color: #326DDC; }
a { background-color: rgb(50,109,220); }
div.DivClassName
{
background-color: #326DDC;
}
.BgClassName
{
background-color: #326DDC;
}
</style>
border-color css
<style>
span { border-color: #326DDC; }
span { border-color: rgb(50,109,220); }
td.TdClassName
{
border-color: #326DDC;
}
.TagClassName
{
border-color: #326DDC;
}
</style>