Shades of Allports #21676E
Tints of Allports #21676E
RGB
CMYK
RGB Variations
Color information
#21676E (or 0x21676E) is known color: Allports. HEX triplet: 21, 67 and 6E. RGB value is (33,103,110). Sum of RGB (Red+Green+Blue) = 33+103+110=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #21676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21676E is #DE9891. Grayscale: #525252. Windows color (decimal): -14588050 or 7235361. OLE color: 7235361.
HSL color Cylindrical-coordinate representation of color #21676E: hue angle of 185.45º 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 #21676E is Cyan = 0.7, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 103 | 110 | - |
| CMYK | 0.7 | 0.06 | 0 | 0.57 |
| HSL | 185.45º | 0.54% | 0.28% | - |
| HSV(B) | 185.45º | 0.7% | 0.43% | - |
| XYZ | 8.29 | 11.15 | 16.47 | - |
| YUV | 82.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 103 | 110 | 0.7 | 0.06 | 0 | 0.57 | 185.45 | 0.54 | 0.28 |
| Hex | 21 | 67 | 6E | 46 | 6 | 0 | 39 | B9 | 36 | 1C |
| Octal | 41 | 147 | 156 | 106 | 6 | 0 | 71 | 271 | 66 | 34 |
| Binary | 100001 | 1100111 | 1101110 | 1000110 | 110 | 0 | 111001 | 10111001 | 110110 | 11100 |
Color Harmonies of #21676E
Complementary color
Monochromatic Colors of #21676E
Black with #21676E
Text Example
Text Example
White with #21676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21676E; }
p { color: rgb(33,103,110); }
H1.HeaderClassName
{
color: #21676E;
}
.AnyTagClassName
{
color: #21676E;
}
</style>
background-color css
<style>
a { background-color: #21676E; }
a { background-color: rgb(33,103,110); }
div.DivClassName
{
background-color: #21676E;
}
.BgClassName
{
background-color: #21676E;
}
</style>
border-color css
<style>
span { border-color: #21676E; }
span { border-color: rgb(33,103,110); }
td.TdClassName
{
border-color: #21676E;
}
.TagClassName
{
border-color: #21676E;
}
</style>