Shades of Allports #21666E
Tints of Allports #21666E
RGB
CMYK
RGB Variations
Color information
#21666E (or 0x21666E) is known color: Allports. HEX triplet: 21, 66 and 6E. RGB value is (33,102,110). Sum of RGB (Red+Green+Blue) = 33+102+110=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #21666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21666E is #DE9991. Grayscale: #525252. Windows color (decimal): -14588306 or 7235105. OLE color: 7235105.
HSL color Cylindrical-coordinate representation of color #21666E: hue angle of 186.23º 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 #21666E is Cyan = 0.7, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 102 | 110 | - |
| CMYK | 0.7 | 0.07 | 0 | 0.57 |
| HSL | 186.23º | 0.54% | 0.28% | - |
| HSV(B) | 186.23º | 0.7% | 0.43% | - |
| XYZ | 8.19 | 10.95 | 16.43 | - |
| YUV | 82.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 110 | 0.7 | 0.07 | 0 | 0.57 | 186.23 | 0.54 | 0.28 |
| Hex | 21 | 66 | 6E | 46 | 7 | 0 | 39 | BA | 36 | 1C |
| Octal | 41 | 146 | 156 | 106 | 7 | 0 | 71 | 272 | 66 | 34 |
| Binary | 100001 | 1100110 | 1101110 | 1000110 | 111 | 0 | 111001 | 10111010 | 110110 | 11100 |
Color Harmonies of #21666E
Complementary color
Monochromatic Colors of #21666E
Black with #21666E
Text Example
Text Example
White with #21666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21666E; }
p { color: rgb(33,102,110); }
H1.HeaderClassName
{
color: #21666E;
}
.AnyTagClassName
{
color: #21666E;
}
</style>
background-color css
<style>
a { background-color: #21666E; }
a { background-color: rgb(33,102,110); }
div.DivClassName
{
background-color: #21666E;
}
.BgClassName
{
background-color: #21666E;
}
</style>
border-color css
<style>
span { border-color: #21666E; }
span { border-color: rgb(33,102,110); }
td.TdClassName
{
border-color: #21666E;
}
.TagClassName
{
border-color: #21666E;
}
</style>