Shades of Allports #217092
Tints of Allports #217092
RGB
CMYK
RGB Variations
Color information
#217092 (or 0x217092) is known color: Allports. HEX triplet: 21, 70 and 92. RGB value is (33,112,146). Sum of RGB (Red+Green+Blue) = 33+112+146=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #217092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217092 is #DE8F6D. Grayscale: #5C5C5C. Windows color (decimal): -14585710 or 9596961. OLE color: 9596961.
HSL color Cylindrical-coordinate representation of color #217092: hue angle of 198.05º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #217092 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 112 | 146 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.43 |
| HSL | 198.05º | 0.63% | 0.35% | - |
| HSV(B) | 198.05º | 0.77% | 0.57% | - |
| XYZ | 11.61 | 13.99 | 29.28 | - |
| YUV | 92.26 | 158.33 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 146 | 0.77 | 0.23 | 0 | 0.43 | 198.05 | 0.63 | 0.35 |
| Hex | 21 | 70 | 92 | 4D | 17 | 0 | 2B | C6 | 3F | 23 |
| Octal | 41 | 160 | 222 | 115 | 27 | 0 | 53 | 306 | 77 | 43 |
| Binary | 100001 | 1110000 | 10010010 | 1001101 | 10111 | 0 | 101011 | 11000110 | 111111 | 100011 |
Color Harmonies of #217092
Complementary color
Monochromatic Colors of #217092
Black with #217092
Text Example
Text Example
White with #217092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217092; }
p { color: rgb(33,112,146); }
H1.HeaderClassName
{
color: #217092;
}
.AnyTagClassName
{
color: #217092;
}
</style>
background-color css
<style>
a { background-color: #217092; }
a { background-color: rgb(33,112,146); }
div.DivClassName
{
background-color: #217092;
}
.BgClassName
{
background-color: #217092;
}
</style>
border-color css
<style>
span { border-color: #217092; }
span { border-color: rgb(33,112,146); }
td.TdClassName
{
border-color: #217092;
}
.TagClassName
{
border-color: #217092;
}
</style>