Shades of Allports #216F7A
Tints of Allports #216F7A
RGB
CMYK
RGB Variations
Color information
#216F7A (or 0x216F7A) is known color: Allports. HEX triplet: 21, 6F and 7A. RGB value is (33,111,122). Sum of RGB (Red+Green+Blue) = 33+111+122=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #216F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F7A is #DE9085. Grayscale: #585858. Windows color (decimal): -14585990 or 8023841. OLE color: 8023841.
HSL color Cylindrical-coordinate representation of color #216F7A: hue angle of 187.42º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #216F7A is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 111 | 122 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.52 |
| HSL | 187.42º | 0.57% | 0.3% | - |
| HSV(B) | 187.42º | 0.73% | 0.48% | - |
| XYZ | 9.82 | 13.1 | 20.42 | - |
| YUV | 88.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 122 | 0.73 | 0.09 | 0 | 0.52 | 187.42 | 0.57 | 0.3 |
| Hex | 21 | 6F | 7A | 49 | 9 | 0 | 34 | BB | 39 | 1E |
| Octal | 41 | 157 | 172 | 111 | 11 | 0 | 64 | 273 | 71 | 36 |
| Binary | 100001 | 1101111 | 1111010 | 1001001 | 1001 | 0 | 110100 | 10111011 | 111001 | 11110 |
Color Harmonies of #216F7A
Complementary color
Monochromatic Colors of #216F7A
Black with #216F7A
Text Example
Text Example
White with #216F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216F7A; }
p { color: rgb(33,111,122); }
H1.HeaderClassName
{
color: #216F7A;
}
.AnyTagClassName
{
color: #216F7A;
}
</style>
background-color css
<style>
a { background-color: #216F7A; }
a { background-color: rgb(33,111,122); }
div.DivClassName
{
background-color: #216F7A;
}
.BgClassName
{
background-color: #216F7A;
}
</style>
border-color css
<style>
span { border-color: #216F7A; }
span { border-color: rgb(33,111,122); }
td.TdClassName
{
border-color: #216F7A;
}
.TagClassName
{
border-color: #216F7A;
}
</style>