Shades of Allports #21626C
Tints of Allports #21626C
RGB
CMYK
RGB Variations
Color information
#21626C (or 0x21626C) is known color: Allports. HEX triplet: 21, 62 and 6C. RGB value is (33,98,108). Sum of RGB (Red+Green+Blue) = 33+98+108=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #21626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21626C is #DE9D93. Grayscale: #4F4F4F. Windows color (decimal): -14589332 or 7103009. OLE color: 7103009.
HSL color Cylindrical-coordinate representation of color #21626C: hue angle of 188º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21626C is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 98 | 108 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.58 |
| HSL | 188º | 0.53% | 0.28% | - |
| HSV(B) | 188º | 0.69% | 0.42% | - |
| XYZ | 7.7 | 10.14 | 15.74 | - |
| YUV | 79.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 108 | 0.69 | 0.09 | 0 | 0.58 | 188 | 0.53 | 0.28 |
| Hex | 21 | 62 | 6C | 45 | 9 | 0 | 3A | BC | 35 | 1C |
| Octal | 41 | 142 | 154 | 105 | 11 | 0 | 72 | 274 | 65 | 34 |
| Binary | 100001 | 1100010 | 1101100 | 1000101 | 1001 | 0 | 111010 | 10111100 | 110101 | 11100 |
Color Harmonies of #21626C
Complementary color
Monochromatic Colors of #21626C
Black with #21626C
Text Example
Text Example
White with #21626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21626C; }
p { color: rgb(33,98,108); }
H1.HeaderClassName
{
color: #21626C;
}
.AnyTagClassName
{
color: #21626C;
}
</style>
background-color css
<style>
a { background-color: #21626C; }
a { background-color: rgb(33,98,108); }
div.DivClassName
{
background-color: #21626C;
}
.BgClassName
{
background-color: #21626C;
}
</style>
border-color css
<style>
span { border-color: #21626C; }
span { border-color: rgb(33,98,108); }
td.TdClassName
{
border-color: #21626C;
}
.TagClassName
{
border-color: #21626C;
}
</style>