Shades of Allports #217C8D
Tints of Allports #217C8D
RGB
CMYK
RGB Variations
Color information
#217C8D (or 0x217C8D) is known color: Allports. HEX triplet: 21, 7C and 8D. RGB value is (33,124,141). Sum of RGB (Red+Green+Blue) = 33+124+141=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #217C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217C8D is #DE8372. Grayscale: #626262. Windows color (decimal): -14582643 or 9272353. OLE color: 9272353.
HSL color Cylindrical-coordinate representation of color #217C8D: hue angle of 189.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #217C8D is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 124 | 141 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.45 |
| HSL | 189.44º | 0.62% | 0.34% | - |
| HSV(B) | 189.44º | 0.77% | 0.55% | - |
| XYZ | 12.64 | 16.66 | 27.75 | - |
| YUV | 98.73 | 151.85 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 141 | 0.77 | 0.12 | 0 | 0.45 | 189.44 | 0.62 | 0.34 |
| Hex | 21 | 7C | 8D | 4D | C | 0 | 2D | BD | 3E | 22 |
| Octal | 41 | 174 | 215 | 115 | 14 | 0 | 55 | 275 | 76 | 42 |
| Binary | 100001 | 1111100 | 10001101 | 1001101 | 1100 | 0 | 101101 | 10111101 | 111110 | 100010 |
Color Harmonies of #217C8D
Complementary color
Monochromatic Colors of #217C8D
Black with #217C8D
Text Example
Text Example
White with #217C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C8D; }
p { color: rgb(33,124,141); }
H1.HeaderClassName
{
color: #217C8D;
}
.AnyTagClassName
{
color: #217C8D;
}
</style>
background-color css
<style>
a { background-color: #217C8D; }
a { background-color: rgb(33,124,141); }
div.DivClassName
{
background-color: #217C8D;
}
.BgClassName
{
background-color: #217C8D;
}
</style>
border-color css
<style>
span { border-color: #217C8D; }
span { border-color: rgb(33,124,141); }
td.TdClassName
{
border-color: #217C8D;
}
.TagClassName
{
border-color: #217C8D;
}
</style>