Shades of Allports #21708E
Tints of Allports #21708E
RGB
CMYK
RGB Variations
Color information
#21708E (or 0x21708E) is known color: Allports. HEX triplet: 21, 70 and 8E. RGB value is (33,112,142). Sum of RGB (Red+Green+Blue) = 33+112+142=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #21708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21708E is #DE8F71. Grayscale: #5B5B5B. Windows color (decimal): -14585714 or 9334817. OLE color: 9334817.
HSL color Cylindrical-coordinate representation of color #21708E: hue angle of 196.51º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21708E is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 112 | 142 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.44 |
| HSL | 196.51º | 0.62% | 0.34% | - |
| HSV(B) | 196.51º | 0.77% | 0.56% | - |
| XYZ | 11.3 | 13.86 | 27.67 | - |
| YUV | 91.8 | 156.33 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 142 | 0.77 | 0.21 | 0 | 0.44 | 196.51 | 0.62 | 0.34 |
| Hex | 21 | 70 | 8E | 4D | 15 | 0 | 2C | C5 | 3E | 22 |
| Octal | 41 | 160 | 216 | 115 | 25 | 0 | 54 | 305 | 76 | 42 |
| Binary | 100001 | 1110000 | 10001110 | 1001101 | 10101 | 0 | 101100 | 11000101 | 111110 | 100010 |
Color Harmonies of #21708E
Complementary color
Monochromatic Colors of #21708E
Black with #21708E
Text Example
Text Example
White with #21708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21708E; }
p { color: rgb(33,112,142); }
H1.HeaderClassName
{
color: #21708E;
}
.AnyTagClassName
{
color: #21708E;
}
</style>
background-color css
<style>
a { background-color: #21708E; }
a { background-color: rgb(33,112,142); }
div.DivClassName
{
background-color: #21708E;
}
.BgClassName
{
background-color: #21708E;
}
</style>
border-color css
<style>
span { border-color: #21708E; }
span { border-color: rgb(33,112,142); }
td.TdClassName
{
border-color: #21708E;
}
.TagClassName
{
border-color: #21708E;
}
</style>