Shades of Allports #217583
Tints of Allports #217583
RGB
CMYK
RGB Variations
Color information
#217583 (or 0x217583) is known color: Allports. HEX triplet: 21, 75 and 83. RGB value is (33,117,131). Sum of RGB (Red+Green+Blue) = 33+117+131=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #217583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217583 is #DE8A7C. Grayscale: #5D5D5D. Windows color (decimal): -14584445 or 8615201. OLE color: 8615201.
HSL color Cylindrical-coordinate representation of color #217583: hue angle of 188.57º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217583 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 117 | 131 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.49 |
| HSL | 188.57º | 0.6% | 0.32% | - |
| HSV(B) | 188.57º | 0.75% | 0.51% | - |
| XYZ | 11.09 | 14.68 | 23.72 | - |
| YUV | 93.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 131 | 0.75 | 0.11 | 0 | 0.49 | 188.57 | 0.6 | 0.32 |
| Hex | 21 | 75 | 83 | 4B | B | 0 | 31 | BD | 3C | 20 |
| Octal | 41 | 165 | 203 | 113 | 13 | 0 | 61 | 275 | 74 | 40 |
| Binary | 100001 | 1110101 | 10000011 | 1001011 | 1011 | 0 | 110001 | 10111101 | 111100 | 100000 |
Color Harmonies of #217583
Complementary color
Monochromatic Colors of #217583
Black with #217583
Text Example
Text Example
White with #217583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217583; }
p { color: rgb(33,117,131); }
H1.HeaderClassName
{
color: #217583;
}
.AnyTagClassName
{
color: #217583;
}
</style>
background-color css
<style>
a { background-color: #217583; }
a { background-color: rgb(33,117,131); }
div.DivClassName
{
background-color: #217583;
}
.BgClassName
{
background-color: #217583;
}
</style>
border-color css
<style>
span { border-color: #217583; }
span { border-color: rgb(33,117,131); }
td.TdClassName
{
border-color: #217583;
}
.TagClassName
{
border-color: #217583;
}
</style>