Shades of Allports #21747E
Tints of Allports #21747E
RGB
CMYK
RGB Variations
Color information
#21747E (or 0x21747E) is known color: Allports. HEX triplet: 21, 74 and 7E. RGB value is (33,116,126). Sum of RGB (Red+Green+Blue) = 33+116+126=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #21747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21747E is #DE8B81. Grayscale: #5C5C5C. Windows color (decimal): -14584706 or 8287265. OLE color: 8287265.
HSL color Cylindrical-coordinate representation of color #21747E: hue angle of 186.45º 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 #21747E is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 116 | 126 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.51 |
| HSL | 186.45º | 0.58% | 0.31% | - |
| HSV(B) | 186.45º | 0.74% | 0.49% | - |
| XYZ | 10.64 | 14.32 | 21.94 | - |
| YUV | 92.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 126 | 0.74 | 0.08 | 0 | 0.51 | 186.45 | 0.58 | 0.31 |
| Hex | 21 | 74 | 7E | 4A | 8 | 0 | 33 | BA | 3A | 1F |
| Octal | 41 | 164 | 176 | 112 | 10 | 0 | 63 | 272 | 72 | 37 |
| Binary | 100001 | 1110100 | 1111110 | 1001010 | 1000 | 0 | 110011 | 10111010 | 111010 | 11111 |
Color Harmonies of #21747E
Complementary color
Monochromatic Colors of #21747E
Black with #21747E
Text Example
Text Example
White with #21747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21747E; }
p { color: rgb(33,116,126); }
H1.HeaderClassName
{
color: #21747E;
}
.AnyTagClassName
{
color: #21747E;
}
</style>
background-color css
<style>
a { background-color: #21747E; }
a { background-color: rgb(33,116,126); }
div.DivClassName
{
background-color: #21747E;
}
.BgClassName
{
background-color: #21747E;
}
</style>
border-color css
<style>
span { border-color: #21747E; }
span { border-color: rgb(33,116,126); }
td.TdClassName
{
border-color: #21747E;
}
.TagClassName
{
border-color: #21747E;
}
</style>