Shades of Allports #216874
Tints of Allports #216874
RGB
CMYK
RGB Variations
Color information
#216874 (or 0x216874) is known color: Allports. HEX triplet: 21, 68 and 74. RGB value is (33,104,116). Sum of RGB (Red+Green+Blue) = 33+104+116=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #216874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216874 is #DE978B. Grayscale: #545454. Windows color (decimal): -14587788 or 7628833. OLE color: 7628833.
HSL color Cylindrical-coordinate representation of color #216874: hue angle of 188.67º 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 #216874 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 104 | 116 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.55 |
| HSL | 188.67º | 0.56% | 0.29% | - |
| HSV(B) | 188.67º | 0.72% | 0.45% | - |
| XYZ | 8.73 | 11.48 | 18.28 | - |
| YUV | 84.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 116 | 0.72 | 0.10 | 0 | 0.55 | 188.67 | 0.56 | 0.29 |
| Hex | 21 | 68 | 74 | 48 | A | 0 | 37 | BD | 38 | 1D |
| Octal | 41 | 150 | 164 | 110 | 12 | 0 | 67 | 275 | 70 | 35 |
| Binary | 100001 | 1101000 | 1110100 | 1001000 | 1010 | 0 | 110111 | 10111101 | 111000 | 11101 |
Color Harmonies of #216874
Complementary color
Monochromatic Colors of #216874
Black with #216874
Text Example
Text Example
White with #216874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216874; }
p { color: rgb(33,104,116); }
H1.HeaderClassName
{
color: #216874;
}
.AnyTagClassName
{
color: #216874;
}
</style>
background-color css
<style>
a { background-color: #216874; }
a { background-color: rgb(33,104,116); }
div.DivClassName
{
background-color: #216874;
}
.BgClassName
{
background-color: #216874;
}
</style>
border-color css
<style>
span { border-color: #216874; }
span { border-color: rgb(33,104,116); }
td.TdClassName
{
border-color: #216874;
}
.TagClassName
{
border-color: #216874;
}
</style>