Shades of Allports #216C83
Tints of Allports #216C83
RGB
CMYK
RGB Variations
Color information
#216C83 (or 0x216C83) is known color: Allports. HEX triplet: 21, 6C and 83. RGB value is (33,108,131). Sum of RGB (Red+Green+Blue) = 33+108+131=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #216C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216C83 is #DE937C. Grayscale: #585858. Windows color (decimal): -14586749 or 8612897. OLE color: 8612897.
HSL color Cylindrical-coordinate representation of color #216C83: hue angle of 194.08º 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 #216C83 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 108 | 131 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.49 |
| HSL | 194.08º | 0.6% | 0.32% | - |
| HSV(B) | 194.08º | 0.75% | 0.51% | - |
| XYZ | 10.09 | 12.69 | 23.39 | - |
| YUV | 88.2 | 152.15 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 131 | 0.75 | 0.18 | 0 | 0.49 | 194.08 | 0.6 | 0.32 |
| Hex | 21 | 6C | 83 | 4B | 12 | 0 | 31 | C2 | 3C | 20 |
| Octal | 41 | 154 | 203 | 113 | 22 | 0 | 61 | 302 | 74 | 40 |
| Binary | 100001 | 1101100 | 10000011 | 1001011 | 10010 | 0 | 110001 | 11000010 | 111100 | 100000 |
Color Harmonies of #216C83
Complementary color
Monochromatic Colors of #216C83
Black with #216C83
Text Example
Text Example
White with #216C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216C83; }
p { color: rgb(33,108,131); }
H1.HeaderClassName
{
color: #216C83;
}
.AnyTagClassName
{
color: #216C83;
}
</style>
background-color css
<style>
a { background-color: #216C83; }
a { background-color: rgb(33,108,131); }
div.DivClassName
{
background-color: #216C83;
}
.BgClassName
{
background-color: #216C83;
}
</style>
border-color css
<style>
span { border-color: #216C83; }
span { border-color: rgb(33,108,131); }
td.TdClassName
{
border-color: #216C83;
}
.TagClassName
{
border-color: #216C83;
}
</style>