Shades of Royal Blue #326ADC
Tints of Royal Blue #326ADC
RGB
CMYK
RGB Variations
Color information
#326ADC (or 0x326ADC) is known color: Royal Blue. HEX triplet: 32, 6A and DC. RGB value is (50,106,220). Sum of RGB (Red+Green+Blue) = 50+106+220=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #326ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ADC is #CD9523. Grayscale: #656565. Windows color (decimal): -13473060 or 14445106. OLE color: 14445106.
HSL color Cylindrical-coordinate representation of color #326ADC: hue angle of 220.24º 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 #326ADC is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 106 | 220 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.14 |
| HSL | 220.24º | 0.71% | 0.53% | - |
| HSV(B) | 220.24º | 0.77% | 0.86% | - |
| XYZ | 19.39 | 16.15 | 69.81 | - |
| YUV | 102.25 | 194.45 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 220 | 0.77 | 0.52 | 0 | 0.14 | 220.24 | 0.71 | 0.53 |
| Hex | 32 | 6A | DC | 4D | 34 | 0 | E | DC | 47 | 35 |
| Octal | 62 | 152 | 334 | 115 | 64 | 0 | 16 | 334 | 107 | 65 |
| Binary | 110010 | 1101010 | 11011100 | 1001101 | 110100 | 0 | 1110 | 11011100 | 1000111 | 110101 |
Color Harmonies of #326ADC
Complementary color
Monochromatic Colors of #326ADC
Black with #326ADC
Text Example
Text Example
White with #326ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326ADC; }
p { color: rgb(50,106,220); }
H1.HeaderClassName
{
color: #326ADC;
}
.AnyTagClassName
{
color: #326ADC;
}
</style>
background-color css
<style>
a { background-color: #326ADC; }
a { background-color: rgb(50,106,220); }
div.DivClassName
{
background-color: #326ADC;
}
.BgClassName
{
background-color: #326ADC;
}
</style>
border-color css
<style>
span { border-color: #326ADC; }
span { border-color: rgb(50,106,220); }
td.TdClassName
{
border-color: #326ADC;
}
.TagClassName
{
border-color: #326ADC;
}
</style>