Shades of Allports #216C90
Tints of Allports #216C90
RGB
CMYK
RGB Variations
Color information
#216C90 (or 0x216C90) is known color: Allports. HEX triplet: 21, 6C and 90. RGB value is (33,108,144). Sum of RGB (Red+Green+Blue) = 33+108+144=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #216C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216C90 is #DE936F. Grayscale: #595959. Windows color (decimal): -14586736 or 9464865. OLE color: 9464865.
HSL color Cylindrical-coordinate representation of color #216C90: hue angle of 199.46º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216C90 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 108 | 144 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.44 |
| HSL | 199.46º | 0.63% | 0.35% | - |
| HSV(B) | 199.46º | 0.77% | 0.56% | - |
| XYZ | 11.02 | 13.06 | 28.33 | - |
| YUV | 89.68 | 158.65 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 144 | 0.77 | 0.25 | 0 | 0.44 | 199.46 | 0.63 | 0.35 |
| Hex | 21 | 6C | 90 | 4D | 19 | 0 | 2C | C7 | 3F | 23 |
| Octal | 41 | 154 | 220 | 115 | 31 | 0 | 54 | 307 | 77 | 43 |
| Binary | 100001 | 1101100 | 10010000 | 1001101 | 11001 | 0 | 101100 | 11000111 | 111111 | 100011 |
Color Harmonies of #216C90
Complementary color
Monochromatic Colors of #216C90
Black with #216C90
Text Example
Text Example
White with #216C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216C90; }
p { color: rgb(33,108,144); }
H1.HeaderClassName
{
color: #216C90;
}
.AnyTagClassName
{
color: #216C90;
}
</style>
background-color css
<style>
a { background-color: #216C90; }
a { background-color: rgb(33,108,144); }
div.DivClassName
{
background-color: #216C90;
}
.BgClassName
{
background-color: #216C90;
}
</style>
border-color css
<style>
span { border-color: #216C90; }
span { border-color: rgb(33,108,144); }
td.TdClassName
{
border-color: #216C90;
}
.TagClassName
{
border-color: #216C90;
}
</style>