Shades of Allports #216C7B
Tints of Allports #216C7B
RGB
CMYK
RGB Variations
Color information
#216C7B (or 0x216C7B) is known color: Allports. HEX triplet: 21, 6C and 7B. RGB value is (33,108,123). Sum of RGB (Red+Green+Blue) = 33+108+123=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #216C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C7B is #DE9384. Grayscale: #575757. Windows color (decimal): -14586757 or 8088609. OLE color: 8088609.
HSL color Cylindrical-coordinate representation of color #216C7B: hue angle of 190º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #216C7B is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 108 | 123 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.52 |
| HSL | 190º | 0.58% | 0.31% | - |
| HSV(B) | 190º | 0.73% | 0.48% | - |
| XYZ | 9.56 | 12.48 | 20.64 | - |
| YUV | 87.29 | 148.15 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 123 | 0.73 | 0.12 | 0 | 0.52 | 190 | 0.58 | 0.31 |
| Hex | 21 | 6C | 7B | 49 | C | 0 | 34 | BE | 3A | 1F |
| Octal | 41 | 154 | 173 | 111 | 14 | 0 | 64 | 276 | 72 | 37 |
| Binary | 100001 | 1101100 | 1111011 | 1001001 | 1100 | 0 | 110100 | 10111110 | 111010 | 11111 |
Color Harmonies of #216C7B
Complementary color
Monochromatic Colors of #216C7B
Black with #216C7B
Text Example
Text Example
White with #216C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216C7B; }
p { color: rgb(33,108,123); }
H1.HeaderClassName
{
color: #216C7B;
}
.AnyTagClassName
{
color: #216C7B;
}
</style>
background-color css
<style>
a { background-color: #216C7B; }
a { background-color: rgb(33,108,123); }
div.DivClassName
{
background-color: #216C7B;
}
.BgClassName
{
background-color: #216C7B;
}
</style>
border-color css
<style>
span { border-color: #216C7B; }
span { border-color: rgb(33,108,123); }
td.TdClassName
{
border-color: #216C7B;
}
.TagClassName
{
border-color: #216C7B;
}
</style>