Shades of Allports #217B8D
Tints of Allports #217B8D
RGB
CMYK
RGB Variations
Color information
#217B8D (or 0x217B8D) is known color: Allports. HEX triplet: 21, 7B and 8D. RGB value is (33,123,141). Sum of RGB (Red+Green+Blue) = 33+123+141=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #217B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217B8D is #DE8472. Grayscale: #616161. Windows color (decimal): -14582899 or 9272097. OLE color: 9272097.
HSL color Cylindrical-coordinate representation of color #217B8D: hue angle of 190º 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 #217B8D is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 123 | 141 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.45 |
| HSL | 190º | 0.62% | 0.34% | - |
| HSV(B) | 190º | 0.77% | 0.55% | - |
| XYZ | 12.52 | 16.41 | 27.71 | - |
| YUV | 98.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 141 | 0.77 | 0.13 | 0 | 0.45 | 190 | 0.62 | 0.34 |
| Hex | 21 | 7B | 8D | 4D | D | 0 | 2D | BE | 3E | 22 |
| Octal | 41 | 173 | 215 | 115 | 15 | 0 | 55 | 276 | 76 | 42 |
| Binary | 100001 | 1111011 | 10001101 | 1001101 | 1101 | 0 | 101101 | 10111110 | 111110 | 100010 |
Color Harmonies of #217B8D
Complementary color
Monochromatic Colors of #217B8D
Black with #217B8D
Text Example
Text Example
White with #217B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B8D; }
p { color: rgb(33,123,141); }
H1.HeaderClassName
{
color: #217B8D;
}
.AnyTagClassName
{
color: #217B8D;
}
</style>
background-color css
<style>
a { background-color: #217B8D; }
a { background-color: rgb(33,123,141); }
div.DivClassName
{
background-color: #217B8D;
}
.BgClassName
{
background-color: #217B8D;
}
</style>
border-color css
<style>
span { border-color: #217B8D; }
span { border-color: rgb(33,123,141); }
td.TdClassName
{
border-color: #217B8D;
}
.TagClassName
{
border-color: #217B8D;
}
</style>