Shades of Allports #216C74
Tints of Allports #216C74
RGB
CMYK
RGB Variations
Color information
#216C74 (or 0x216C74) is known color: Allports. HEX triplet: 21, 6C and 74. RGB value is (33,108,116). Sum of RGB (Red+Green+Blue) = 33+108+116=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #216C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C74 is #DE938B. Grayscale: #565656. Windows color (decimal): -14586764 or 7629857. OLE color: 7629857.
HSL color Cylindrical-coordinate representation of color #216C74: hue angle of 185.78º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216C74 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 108 | 116 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.55 |
| HSL | 185.78º | 0.56% | 0.29% | - |
| HSV(B) | 185.78º | 0.72% | 0.45% | - |
| XYZ | 9.14 | 12.31 | 18.42 | - |
| YUV | 86.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 116 | 0.72 | 0.07 | 0 | 0.55 | 185.78 | 0.56 | 0.29 |
| Hex | 21 | 6C | 74 | 48 | 7 | 0 | 37 | BA | 38 | 1D |
| Octal | 41 | 154 | 164 | 110 | 7 | 0 | 67 | 272 | 70 | 35 |
| Binary | 100001 | 1101100 | 1110100 | 1001000 | 111 | 0 | 110111 | 10111010 | 111000 | 11101 |
Color Harmonies of #216C74
Complementary color
Monochromatic Colors of #216C74
Black with #216C74
Text Example
Text Example
White with #216C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216C74; }
p { color: rgb(33,108,116); }
H1.HeaderClassName
{
color: #216C74;
}
.AnyTagClassName
{
color: #216C74;
}
</style>
background-color css
<style>
a { background-color: #216C74; }
a { background-color: rgb(33,108,116); }
div.DivClassName
{
background-color: #216C74;
}
.BgClassName
{
background-color: #216C74;
}
</style>
border-color css
<style>
span { border-color: #216C74; }
span { border-color: rgb(33,108,116); }
td.TdClassName
{
border-color: #216C74;
}
.TagClassName
{
border-color: #216C74;
}
</style>