Shades of Allports #21667A
Tints of Allports #21667A
RGB
CMYK
RGB Variations
Color information
#21667A (or 0x21667A) is known color: Allports. HEX triplet: 21, 66 and 7A. RGB value is (33,102,122). Sum of RGB (Red+Green+Blue) = 33+102+122=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #21667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21667A is #DE9985. Grayscale: #535353. Windows color (decimal): -14588294 or 8021537. OLE color: 8021537.
HSL color Cylindrical-coordinate representation of color #21667A: hue angle of 193.48º 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 #21667A is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 102 | 122 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.52 |
| HSL | 193.48º | 0.57% | 0.3% | - |
| HSV(B) | 193.48º | 0.73% | 0.48% | - |
| XYZ | 8.89 | 11.23 | 20.11 | - |
| YUV | 83.65 | 149.64 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 122 | 0.73 | 0.16 | 0 | 0.52 | 193.48 | 0.57 | 0.3 |
| Hex | 21 | 66 | 7A | 49 | 10 | 0 | 34 | C1 | 39 | 1E |
| Octal | 41 | 146 | 172 | 111 | 20 | 0 | 64 | 301 | 71 | 36 |
| Binary | 100001 | 1100110 | 1111010 | 1001001 | 10000 | 0 | 110100 | 11000001 | 111001 | 11110 |
Color Harmonies of #21667A
Complementary color
Monochromatic Colors of #21667A
Black with #21667A
Text Example
Text Example
White with #21667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21667A; }
p { color: rgb(33,102,122); }
H1.HeaderClassName
{
color: #21667A;
}
.AnyTagClassName
{
color: #21667A;
}
</style>
background-color css
<style>
a { background-color: #21667A; }
a { background-color: rgb(33,102,122); }
div.DivClassName
{
background-color: #21667A;
}
.BgClassName
{
background-color: #21667A;
}
</style>
border-color css
<style>
span { border-color: #21667A; }
span { border-color: rgb(33,102,122); }
td.TdClassName
{
border-color: #21667A;
}
.TagClassName
{
border-color: #21667A;
}
</style>