Shades of Allports #21727E
Tints of Allports #21727E
RGB
CMYK
RGB Variations
Color information
#21727E (or 0x21727E) is known color: Allports. HEX triplet: 21, 72 and 7E. RGB value is (33,114,126). Sum of RGB (Red+Green+Blue) = 33+114+126=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #21727E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21727E is #DE8D81. Grayscale: #5B5B5B. Windows color (decimal): -14585218 or 8286753. OLE color: 8286753.
HSL color Cylindrical-coordinate representation of color #21727E: hue angle of 187.74º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21727E is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 114 | 126 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.51 |
| HSL | 187.74º | 0.58% | 0.31% | - |
| HSV(B) | 187.74º | 0.74% | 0.49% | - |
| XYZ | 10.41 | 13.86 | 21.87 | - |
| YUV | 91.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 126 | 0.74 | 0.10 | 0 | 0.51 | 187.74 | 0.58 | 0.31 |
| Hex | 21 | 72 | 7E | 4A | A | 0 | 33 | BC | 3A | 1F |
| Octal | 41 | 162 | 176 | 112 | 12 | 0 | 63 | 274 | 72 | 37 |
| Binary | 100001 | 1110010 | 1111110 | 1001010 | 1010 | 0 | 110011 | 10111100 | 111010 | 11111 |
Color Harmonies of #21727E
Complementary color
Monochromatic Colors of #21727E
Black with #21727E
Text Example
Text Example
White with #21727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21727E; }
p { color: rgb(33,114,126); }
H1.HeaderClassName
{
color: #21727E;
}
.AnyTagClassName
{
color: #21727E;
}
</style>
background-color css
<style>
a { background-color: #21727E; }
a { background-color: rgb(33,114,126); }
div.DivClassName
{
background-color: #21727E;
}
.BgClassName
{
background-color: #21727E;
}
</style>
border-color css
<style>
span { border-color: #21727E; }
span { border-color: rgb(33,114,126); }
td.TdClassName
{
border-color: #21727E;
}
.TagClassName
{
border-color: #21727E;
}
</style>