Shades of Allports #21646D
Tints of Allports #21646D
RGB
CMYK
RGB Variations
Color information
#21646D (or 0x21646D) is known color: Allports. HEX triplet: 21, 64 and 6D. RGB value is (33,100,109). Sum of RGB (Red+Green+Blue) = 33+100+109=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #21646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21646D is #DE9B92. Grayscale: #505050. Windows color (decimal): -14588819 or 7169057. OLE color: 7169057.
HSL color Cylindrical-coordinate representation of color #21646D: hue angle of 187.11º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21646D is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 100 | 109 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.57 |
| HSL | 187.11º | 0.54% | 0.28% | - |
| HSV(B) | 187.11º | 0.7% | 0.43% | - |
| XYZ | 7.94 | 10.54 | 16.08 | - |
| YUV | 80.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 109 | 0.70 | 0.08 | 0 | 0.57 | 187.11 | 0.54 | 0.28 |
| Hex | 21 | 64 | 6D | 46 | 8 | 0 | 39 | BB | 36 | 1C |
| Octal | 41 | 144 | 155 | 106 | 10 | 0 | 71 | 273 | 66 | 34 |
| Binary | 100001 | 1100100 | 1101101 | 1000110 | 1000 | 0 | 111001 | 10111011 | 110110 | 11100 |
Color Harmonies of #21646D
Complementary color
Monochromatic Colors of #21646D
Black with #21646D
Text Example
Text Example
White with #21646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21646D; }
p { color: rgb(33,100,109); }
H1.HeaderClassName
{
color: #21646D;
}
.AnyTagClassName
{
color: #21646D;
}
</style>
background-color css
<style>
a { background-color: #21646D; }
a { background-color: rgb(33,100,109); }
div.DivClassName
{
background-color: #21646D;
}
.BgClassName
{
background-color: #21646D;
}
</style>
border-color css
<style>
span { border-color: #21646D; }
span { border-color: rgb(33,100,109); }
td.TdClassName
{
border-color: #21646D;
}
.TagClassName
{
border-color: #21646D;
}
</style>