Shades of Allports #216373
Tints of Allports #216373
RGB
CMYK
RGB Variations
Color information
#216373 (or 0x216373) is known color: Allports. HEX triplet: 21, 63 and 73. RGB value is (33,99,115). Sum of RGB (Red+Green+Blue) = 33+99+115=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #216373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216373 is #DE9C8C. Grayscale: #505050. Windows color (decimal): -14589069 or 7562017. OLE color: 7562017.
HSL color Cylindrical-coordinate representation of color #216373: hue angle of 191.71º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216373 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 99 | 115 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.55 |
| HSL | 191.71º | 0.55% | 0.29% | - |
| HSV(B) | 191.71º | 0.71% | 0.45% | - |
| XYZ | 8.18 | 10.48 | 17.81 | - |
| YUV | 81.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 115 | 0.71 | 0.14 | 0 | 0.55 | 191.71 | 0.55 | 0.29 |
| Hex | 21 | 63 | 73 | 47 | E | 0 | 37 | C0 | 37 | 1D |
| Octal | 41 | 143 | 163 | 107 | 16 | 0 | 67 | 300 | 67 | 35 |
| Binary | 100001 | 1100011 | 1110011 | 1000111 | 1110 | 0 | 110111 | 11000000 | 110111 | 11101 |
Color Harmonies of #216373
Complementary color
Monochromatic Colors of #216373
Black with #216373
Text Example
Text Example
White with #216373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216373; }
p { color: rgb(33,99,115); }
H1.HeaderClassName
{
color: #216373;
}
.AnyTagClassName
{
color: #216373;
}
</style>
background-color css
<style>
a { background-color: #216373; }
a { background-color: rgb(33,99,115); }
div.DivClassName
{
background-color: #216373;
}
.BgClassName
{
background-color: #216373;
}
</style>
border-color css
<style>
span { border-color: #216373; }
span { border-color: rgb(33,99,115); }
td.TdClassName
{
border-color: #216373;
}
.TagClassName
{
border-color: #216373;
}
</style>