Shades of Allports #21708D
Tints of Allports #21708D
RGB
CMYK
RGB Variations
Color information
#21708D (or 0x21708D) is known color: Allports. HEX triplet: 21, 70 and 8D. RGB value is (33,112,141). Sum of RGB (Red+Green+Blue) = 33+112+141=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #21708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21708D is #DE8F72. Grayscale: #5B5B5B. Windows color (decimal): -14585715 or 9269281. OLE color: 9269281.
HSL color Cylindrical-coordinate representation of color #21708D: hue angle of 196.11º 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 #21708D is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 112 | 141 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.45 |
| HSL | 196.11º | 0.62% | 0.34% | - |
| HSV(B) | 196.11º | 0.77% | 0.55% | - |
| XYZ | 11.23 | 13.83 | 27.28 | - |
| YUV | 91.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 141 | 0.77 | 0.21 | 0 | 0.45 | 196.11 | 0.62 | 0.34 |
| Hex | 21 | 70 | 8D | 4D | 15 | 0 | 2D | C4 | 3E | 22 |
| Octal | 41 | 160 | 215 | 115 | 25 | 0 | 55 | 304 | 76 | 42 |
| Binary | 100001 | 1110000 | 10001101 | 1001101 | 10101 | 0 | 101101 | 11000100 | 111110 | 100010 |
Color Harmonies of #21708D
Complementary color
Monochromatic Colors of #21708D
Black with #21708D
Text Example
Text Example
White with #21708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21708D; }
p { color: rgb(33,112,141); }
H1.HeaderClassName
{
color: #21708D;
}
.AnyTagClassName
{
color: #21708D;
}
</style>
background-color css
<style>
a { background-color: #21708D; }
a { background-color: rgb(33,112,141); }
div.DivClassName
{
background-color: #21708D;
}
.BgClassName
{
background-color: #21708D;
}
</style>
border-color css
<style>
span { border-color: #21708D; }
span { border-color: rgb(33,112,141); }
td.TdClassName
{
border-color: #21708D;
}
.TagClassName
{
border-color: #21708D;
}
</style>