Shades of Allports #217078
Tints of Allports #217078
RGB
CMYK
RGB Variations
Color information
#217078 (or 0x217078) is known color: Allports. HEX triplet: 21, 70 and 78. RGB value is (33,112,120). Sum of RGB (Red+Green+Blue) = 33+112+120=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #217078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217078 is #DE8F87. Grayscale: #595959. Windows color (decimal): -14585736 or 7893025. OLE color: 7893025.
HSL color Cylindrical-coordinate representation of color #217078: hue angle of 185.52º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217078 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 112 | 120 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.53 |
| HSL | 185.52º | 0.57% | 0.3% | - |
| HSV(B) | 185.52º | 0.73% | 0.47% | - |
| XYZ | 9.81 | 13.27 | 19.81 | - |
| YUV | 89.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 120 | 0.72 | 0.07 | 0 | 0.53 | 185.52 | 0.57 | 0.3 |
| Hex | 21 | 70 | 78 | 48 | 7 | 0 | 35 | BA | 39 | 1E |
| Octal | 41 | 160 | 170 | 110 | 7 | 0 | 65 | 272 | 71 | 36 |
| Binary | 100001 | 1110000 | 1111000 | 1001000 | 111 | 0 | 110101 | 10111010 | 111001 | 11110 |
Color Harmonies of #217078
Complementary color
Monochromatic Colors of #217078
Black with #217078
Text Example
Text Example
White with #217078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217078; }
p { color: rgb(33,112,120); }
H1.HeaderClassName
{
color: #217078;
}
.AnyTagClassName
{
color: #217078;
}
</style>
background-color css
<style>
a { background-color: #217078; }
a { background-color: rgb(33,112,120); }
div.DivClassName
{
background-color: #217078;
}
.BgClassName
{
background-color: #217078;
}
</style>
border-color css
<style>
span { border-color: #217078; }
span { border-color: rgb(33,112,120); }
td.TdClassName
{
border-color: #217078;
}
.TagClassName
{
border-color: #217078;
}
</style>