Shades of Royal Blue #326ADD
Tints of Royal Blue #326ADD
RGB
CMYK
RGB Variations
Color information
#326ADD (or 0x326ADD) is known color: Royal Blue. HEX triplet: 32, 6A and DD. RGB value is (50,106,221). Sum of RGB (Red+Green+Blue) = 50+106+221=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #326ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ADD is #CD9522. Grayscale: #656565. Windows color (decimal): -13473059 or 14510642. OLE color: 14510642.
HSL color Cylindrical-coordinate representation of color #326ADD: hue angle of 220.35º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326ADD is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 106 | 221 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.13 |
| HSL | 220.35º | 0.72% | 0.53% | - |
| HSV(B) | 220.35º | 0.77% | 0.87% | - |
| XYZ | 19.52 | 16.21 | 70.51 | - |
| YUV | 102.37 | 194.95 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 221 | 0.77 | 0.52 | 0 | 0.13 | 220.35 | 0.72 | 0.53 |
| Hex | 32 | 6A | DD | 4D | 34 | 0 | D | DC | 48 | 35 |
| Octal | 62 | 152 | 335 | 115 | 64 | 0 | 15 | 334 | 110 | 65 |
| Binary | 110010 | 1101010 | 11011101 | 1001101 | 110100 | 0 | 1101 | 11011100 | 1001000 | 110101 |
Color Harmonies of #326ADD
Complementary color
Monochromatic Colors of #326ADD
Black with #326ADD
Text Example
Text Example
White with #326ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326ADD; }
p { color: rgb(50,106,221); }
H1.HeaderClassName
{
color: #326ADD;
}
.AnyTagClassName
{
color: #326ADD;
}
</style>
background-color css
<style>
a { background-color: #326ADD; }
a { background-color: rgb(50,106,221); }
div.DivClassName
{
background-color: #326ADD;
}
.BgClassName
{
background-color: #326ADD;
}
</style>
border-color css
<style>
span { border-color: #326ADD; }
span { border-color: rgb(50,106,221); }
td.TdClassName
{
border-color: #326ADD;
}
.TagClassName
{
border-color: #326ADD;
}
</style>