Shades of Allports #21738E
Tints of Allports #21738E
RGB
CMYK
RGB Variations
Color information
#21738E (or 0x21738E) is known color: Allports. HEX triplet: 21, 73 and 8E. RGB value is (33,115,142). Sum of RGB (Red+Green+Blue) = 33+115+142=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #21738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21738E is #DE8C71. Grayscale: #5D5D5D. Windows color (decimal): -14584946 or 9335585. OLE color: 9335585.
HSL color Cylindrical-coordinate representation of color #21738E: hue angle of 194.86º 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 #21738E is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 115 | 142 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.44 |
| HSL | 194.86º | 0.62% | 0.34% | - |
| HSV(B) | 194.86º | 0.77% | 0.56% | - |
| XYZ | 11.64 | 14.54 | 27.78 | - |
| YUV | 93.56 | 155.33 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 142 | 0.77 | 0.19 | 0 | 0.44 | 194.86 | 0.62 | 0.34 |
| Hex | 21 | 73 | 8E | 4D | 13 | 0 | 2C | C3 | 3E | 22 |
| Octal | 41 | 163 | 216 | 115 | 23 | 0 | 54 | 303 | 76 | 42 |
| Binary | 100001 | 1110011 | 10001110 | 1001101 | 10011 | 0 | 101100 | 11000011 | 111110 | 100010 |
Color Harmonies of #21738E
Complementary color
Monochromatic Colors of #21738E
Black with #21738E
Text Example
Text Example
White with #21738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21738E; }
p { color: rgb(33,115,142); }
H1.HeaderClassName
{
color: #21738E;
}
.AnyTagClassName
{
color: #21738E;
}
</style>
background-color css
<style>
a { background-color: #21738E; }
a { background-color: rgb(33,115,142); }
div.DivClassName
{
background-color: #21738E;
}
.BgClassName
{
background-color: #21738E;
}
</style>
border-color css
<style>
span { border-color: #21738E; }
span { border-color: rgb(33,115,142); }
td.TdClassName
{
border-color: #21738E;
}
.TagClassName
{
border-color: #21738E;
}
</style>