Shades of Allports #216675
Tints of Allports #216675
RGB
CMYK
RGB Variations
Color information
#216675 (or 0x216675) is known color: Allports. HEX triplet: 21, 66 and 75. RGB value is (33,102,117). Sum of RGB (Red+Green+Blue) = 33+102+117=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #216675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216675 is #DE998A. Grayscale: #525252. Windows color (decimal): -14588299 or 7693857. OLE color: 7693857.
HSL color Cylindrical-coordinate representation of color #216675: hue angle of 190.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216675 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 102 | 117 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.54 |
| HSL | 190.71º | 0.56% | 0.29% | - |
| HSV(B) | 190.71º | 0.72% | 0.46% | - |
| XYZ | 8.59 | 11.11 | 18.52 | - |
| YUV | 83.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 117 | 0.72 | 0.13 | 0 | 0.54 | 190.71 | 0.56 | 0.29 |
| Hex | 21 | 66 | 75 | 48 | D | 0 | 36 | BF | 38 | 1D |
| Octal | 41 | 146 | 165 | 110 | 15 | 0 | 66 | 277 | 70 | 35 |
| Binary | 100001 | 1100110 | 1110101 | 1001000 | 1101 | 0 | 110110 | 10111111 | 111000 | 11101 |
Color Harmonies of #216675
Complementary color
Monochromatic Colors of #216675
Black with #216675
Text Example
Text Example
White with #216675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216675; }
p { color: rgb(33,102,117); }
H1.HeaderClassName
{
color: #216675;
}
.AnyTagClassName
{
color: #216675;
}
</style>
background-color css
<style>
a { background-color: #216675; }
a { background-color: rgb(33,102,117); }
div.DivClassName
{
background-color: #216675;
}
.BgClassName
{
background-color: #216675;
}
</style>
border-color css
<style>
span { border-color: #216675; }
span { border-color: rgb(33,102,117); }
td.TdClassName
{
border-color: #216675;
}
.TagClassName
{
border-color: #216675;
}
</style>