Shades of Allports #21727F
Tints of Allports #21727F
RGB
CMYK
RGB Variations
Color information
#21727F (or 0x21727F) is known color: Allports. HEX triplet: 21, 72 and 7F. RGB value is (33,114,127). Sum of RGB (Red+Green+Blue) = 33+114+127=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #21727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21727F is #DE8D80. Grayscale: #5B5B5B. Windows color (decimal): -14585217 or 8352289. OLE color: 8352289.
HSL color Cylindrical-coordinate representation of color #21727F: hue angle of 188.3º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21727F is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 114 | 127 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.50 |
| HSL | 188.3º | 0.59% | 0.31% | - |
| HSV(B) | 188.3º | 0.74% | 0.5% | - |
| XYZ | 10.48 | 13.89 | 22.21 | - |
| YUV | 91.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 127 | 0.74 | 0.10 | 0 | 0.50 | 188.3 | 0.59 | 0.31 |
| Hex | 21 | 72 | 7F | 4A | A | 0 | 32 | BC | 3B | 1F |
| Octal | 41 | 162 | 177 | 112 | 12 | 0 | 62 | 274 | 73 | 37 |
| Binary | 100001 | 1110010 | 1111111 | 1001010 | 1010 | 0 | 110010 | 10111100 | 111011 | 11111 |
Color Harmonies of #21727F
Complementary color
Monochromatic Colors of #21727F
Black with #21727F
Text Example
Text Example
White with #21727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21727F; }
p { color: rgb(33,114,127); }
H1.HeaderClassName
{
color: #21727F;
}
.AnyTagClassName
{
color: #21727F;
}
</style>
background-color css
<style>
a { background-color: #21727F; }
a { background-color: rgb(33,114,127); }
div.DivClassName
{
background-color: #21727F;
}
.BgClassName
{
background-color: #21727F;
}
</style>
border-color css
<style>
span { border-color: #21727F; }
span { border-color: rgb(33,114,127); }
td.TdClassName
{
border-color: #21727F;
}
.TagClassName
{
border-color: #21727F;
}
</style>