Shades of Allports #216579
Tints of Allports #216579
RGB
CMYK
RGB Variations
Color information
#216579 (or 0x216579) is known color: Allports. HEX triplet: 21, 65 and 79. RGB value is (33,101,121). Sum of RGB (Red+Green+Blue) = 33+101+121=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #216579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216579 is #DE9A86. Grayscale: #525252. Windows color (decimal): -14588551 or 7955745. OLE color: 7955745.
HSL color Cylindrical-coordinate representation of color #216579: hue angle of 193.64º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #216579 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 101 | 121 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.53 |
| HSL | 193.64º | 0.57% | 0.3% | - |
| HSV(B) | 193.64º | 0.73% | 0.47% | - |
| XYZ | 8.73 | 11.01 | 19.75 | - |
| YUV | 82.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 121 | 0.73 | 0.17 | 0 | 0.53 | 193.64 | 0.57 | 0.3 |
| Hex | 21 | 65 | 79 | 49 | 11 | 0 | 35 | C2 | 39 | 1E |
| Octal | 41 | 145 | 171 | 111 | 21 | 0 | 65 | 302 | 71 | 36 |
| Binary | 100001 | 1100101 | 1111001 | 1001001 | 10001 | 0 | 110101 | 11000010 | 111001 | 11110 |
Color Harmonies of #216579
Complementary color
Monochromatic Colors of #216579
Black with #216579
Text Example
Text Example
White with #216579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216579; }
p { color: rgb(33,101,121); }
H1.HeaderClassName
{
color: #216579;
}
.AnyTagClassName
{
color: #216579;
}
</style>
background-color css
<style>
a { background-color: #216579; }
a { background-color: rgb(33,101,121); }
div.DivClassName
{
background-color: #216579;
}
.BgClassName
{
background-color: #216579;
}
</style>
border-color css
<style>
span { border-color: #216579; }
span { border-color: rgb(33,101,121); }
td.TdClassName
{
border-color: #216579;
}
.TagClassName
{
border-color: #216579;
}
</style>