Shades of Allports #21707A
Tints of Allports #21707A
RGB
CMYK
RGB Variations
Color information
#21707A (or 0x21707A) is known color: Allports. HEX triplet: 21, 70 and 7A. RGB value is (33,112,122). Sum of RGB (Red+Green+Blue) = 33+112+122=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #21707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21707A is #DE8F85. Grayscale: #595959. Windows color (decimal): -14585734 or 8024097. OLE color: 8024097.
HSL color Cylindrical-coordinate representation of color #21707A: hue angle of 186.74º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21707A is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 112 | 122 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.52 |
| HSL | 186.74º | 0.57% | 0.3% | - |
| HSV(B) | 186.74º | 0.73% | 0.48% | - |
| XYZ | 9.93 | 13.32 | 20.46 | - |
| YUV | 89.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 122 | 0.73 | 0.08 | 0 | 0.52 | 186.74 | 0.57 | 0.3 |
| Hex | 21 | 70 | 7A | 49 | 8 | 0 | 34 | BB | 39 | 1E |
| Octal | 41 | 160 | 172 | 111 | 10 | 0 | 64 | 273 | 71 | 36 |
| Binary | 100001 | 1110000 | 1111010 | 1001001 | 1000 | 0 | 110100 | 10111011 | 111001 | 11110 |
Color Harmonies of #21707A
Complementary color
Monochromatic Colors of #21707A
Black with #21707A
Text Example
Text Example
White with #21707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21707A; }
p { color: rgb(33,112,122); }
H1.HeaderClassName
{
color: #21707A;
}
.AnyTagClassName
{
color: #21707A;
}
</style>
background-color css
<style>
a { background-color: #21707A; }
a { background-color: rgb(33,112,122); }
div.DivClassName
{
background-color: #21707A;
}
.BgClassName
{
background-color: #21707A;
}
</style>
border-color css
<style>
span { border-color: #21707A; }
span { border-color: rgb(33,112,122); }
td.TdClassName
{
border-color: #21707A;
}
.TagClassName
{
border-color: #21707A;
}
</style>