Shades of Allports #216781
Tints of Allports #216781
RGB
CMYK
RGB Variations
Color information
#216781 (or 0x216781) is known color: Allports. HEX triplet: 21, 67 and 81. RGB value is (33,103,129). Sum of RGB (Red+Green+Blue) = 33+103+129=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #216781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216781 is #DE987E. Grayscale: #545454. Windows color (decimal): -14588031 or 8480545. OLE color: 8480545.
HSL color Cylindrical-coordinate representation of color #216781: hue angle of 196.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #216781 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 103 | 129 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.49 |
| HSL | 196.25º | 0.59% | 0.32% | - |
| HSV(B) | 196.25º | 0.74% | 0.51% | - |
| XYZ | 9.44 | 11.61 | 22.51 | - |
| YUV | 85.03 | 152.81 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 103 | 129 | 0.74 | 0.20 | 0 | 0.49 | 196.25 | 0.59 | 0.32 |
| Hex | 21 | 67 | 81 | 4A | 14 | 0 | 31 | C4 | 3B | 20 |
| Octal | 41 | 147 | 201 | 112 | 24 | 0 | 61 | 304 | 73 | 40 |
| Binary | 100001 | 1100111 | 10000001 | 1001010 | 10100 | 0 | 110001 | 11000100 | 111011 | 100000 |
Color Harmonies of #216781
Complementary color
Monochromatic Colors of #216781
Black with #216781
Text Example
Text Example
White with #216781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216781; }
p { color: rgb(33,103,129); }
H1.HeaderClassName
{
color: #216781;
}
.AnyTagClassName
{
color: #216781;
}
</style>
background-color css
<style>
a { background-color: #216781; }
a { background-color: rgb(33,103,129); }
div.DivClassName
{
background-color: #216781;
}
.BgClassName
{
background-color: #216781;
}
</style>
border-color css
<style>
span { border-color: #216781; }
span { border-color: rgb(33,103,129); }
td.TdClassName
{
border-color: #216781;
}
.TagClassName
{
border-color: #216781;
}
</style>