Shades of Allports #216584
Tints of Allports #216584
RGB
CMYK
RGB Variations
Color information
#216584 (or 0x216584) is known color: Allports. HEX triplet: 21, 65 and 84. RGB value is (33,101,132). Sum of RGB (Red+Green+Blue) = 33+101+132=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #216584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216584 is #DE9A7B. Grayscale: #545454. Windows color (decimal): -14588540 or 8676641. OLE color: 8676641.
HSL color Cylindrical-coordinate representation of color #216584: hue angle of 198.79º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216584 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 101 | 132 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.48 |
| HSL | 198.79º | 0.6% | 0.32% | - |
| HSV(B) | 198.79º | 0.75% | 0.52% | - |
| XYZ | 9.45 | 11.3 | 23.51 | - |
| YUV | 84.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 132 | 0.75 | 0.23 | 0 | 0.48 | 198.79 | 0.6 | 0.32 |
| Hex | 21 | 65 | 84 | 4B | 17 | 0 | 30 | C7 | 3C | 20 |
| Octal | 41 | 145 | 204 | 113 | 27 | 0 | 60 | 307 | 74 | 40 |
| Binary | 100001 | 1100101 | 10000100 | 1001011 | 10111 | 0 | 110000 | 11000111 | 111100 | 100000 |
Color Harmonies of #216584
Complementary color
Monochromatic Colors of #216584
Black with #216584
Text Example
Text Example
White with #216584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216584; }
p { color: rgb(33,101,132); }
H1.HeaderClassName
{
color: #216584;
}
.AnyTagClassName
{
color: #216584;
}
</style>
background-color css
<style>
a { background-color: #216584; }
a { background-color: rgb(33,101,132); }
div.DivClassName
{
background-color: #216584;
}
.BgClassName
{
background-color: #216584;
}
</style>
border-color css
<style>
span { border-color: #216584; }
span { border-color: rgb(33,101,132); }
td.TdClassName
{
border-color: #216584;
}
.TagClassName
{
border-color: #216584;
}
</style>