Shades of Allports #21647E
Tints of Allports #21647E
RGB
CMYK
RGB Variations
Color information
#21647E (or 0x21647E) is known color: Allports. HEX triplet: 21, 64 and 7E. RGB value is (33,100,126). Sum of RGB (Red+Green+Blue) = 33+100+126=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #21647E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21647E is #DE9B81. Grayscale: #525252. Windows color (decimal): -14588802 or 8283169. OLE color: 8283169.
HSL color Cylindrical-coordinate representation of color #21647E: hue angle of 196.77º 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 #21647E is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 100 | 126 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.51 |
| HSL | 196.77º | 0.58% | 0.31% | - |
| HSV(B) | 196.77º | 0.74% | 0.49% | - |
| XYZ | 8.95 | 10.94 | 21.38 | - |
| YUV | 82.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 126 | 0.74 | 0.21 | 0 | 0.51 | 196.77 | 0.58 | 0.31 |
| Hex | 21 | 64 | 7E | 4A | 15 | 0 | 33 | C5 | 3A | 1F |
| Octal | 41 | 144 | 176 | 112 | 25 | 0 | 63 | 305 | 72 | 37 |
| Binary | 100001 | 1100100 | 1111110 | 1001010 | 10101 | 0 | 110011 | 11000101 | 111010 | 11111 |
Color Harmonies of #21647E
Complementary color
Monochromatic Colors of #21647E
Black with #21647E
Text Example
Text Example
White with #21647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21647E; }
p { color: rgb(33,100,126); }
H1.HeaderClassName
{
color: #21647E;
}
.AnyTagClassName
{
color: #21647E;
}
</style>
background-color css
<style>
a { background-color: #21647E; }
a { background-color: rgb(33,100,126); }
div.DivClassName
{
background-color: #21647E;
}
.BgClassName
{
background-color: #21647E;
}
</style>
border-color css
<style>
span { border-color: #21647E; }
span { border-color: rgb(33,100,126); }
td.TdClassName
{
border-color: #21647E;
}
.TagClassName
{
border-color: #21647E;
}
</style>