Shades of Allports #21778B
Tints of Allports #21778B
RGB
CMYK
RGB Variations
Color information
#21778B (or 0x21778B) is known color: Allports. HEX triplet: 21, 77 and 8B. RGB value is (33,119,139). Sum of RGB (Red+Green+Blue) = 33+119+139=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #21778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21778B is #DE8874. Grayscale: #5F5F5F. Windows color (decimal): -14583925 or 9140001. OLE color: 9140001.
HSL color Cylindrical-coordinate representation of color #21778B: hue angle of 191.32º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21778B is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 119 | 139 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.45 |
| HSL | 191.32º | 0.62% | 0.34% | - |
| HSV(B) | 191.32º | 0.76% | 0.55% | - |
| XYZ | 11.88 | 15.38 | 26.77 | - |
| YUV | 95.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 139 | 0.76 | 0.14 | 0 | 0.45 | 191.32 | 0.62 | 0.34 |
| Hex | 21 | 77 | 8B | 4C | E | 0 | 2D | BF | 3E | 22 |
| Octal | 41 | 167 | 213 | 114 | 16 | 0 | 55 | 277 | 76 | 42 |
| Binary | 100001 | 1110111 | 10001011 | 1001100 | 1110 | 0 | 101101 | 10111111 | 111110 | 100010 |
Color Harmonies of #21778B
Complementary color
Monochromatic Colors of #21778B
Black with #21778B
Text Example
Text Example
White with #21778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21778B; }
p { color: rgb(33,119,139); }
H1.HeaderClassName
{
color: #21778B;
}
.AnyTagClassName
{
color: #21778B;
}
</style>
background-color css
<style>
a { background-color: #21778B; }
a { background-color: rgb(33,119,139); }
div.DivClassName
{
background-color: #21778B;
}
.BgClassName
{
background-color: #21778B;
}
</style>
border-color css
<style>
span { border-color: #21778B; }
span { border-color: rgb(33,119,139); }
td.TdClassName
{
border-color: #21778B;
}
.TagClassName
{
border-color: #21778B;
}
</style>