Shades of Allports #216485
Tints of Allports #216485
RGB
CMYK
RGB Variations
Color information
#216485 (or 0x216485) is known color: Allports. HEX triplet: 21, 64 and 85. RGB value is (33,100,133). Sum of RGB (Red+Green+Blue) = 33+100+133=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #216485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216485 is #DE9B7A. Grayscale: #535353. Windows color (decimal): -14588795 or 8741921. OLE color: 8741921.
HSL color Cylindrical-coordinate representation of color #216485: hue angle of 199.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216485 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 100 | 133 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.48 |
| HSL | 199.8º | 0.6% | 0.33% | - |
| HSV(B) | 199.8º | 0.75% | 0.52% | - |
| XYZ | 9.42 | 11.13 | 23.84 | - |
| YUV | 83.73 | 155.8 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 133 | 0.75 | 0.25 | 0 | 0.48 | 199.8 | 0.6 | 0.33 |
| Hex | 21 | 64 | 85 | 4B | 19 | 0 | 30 | C8 | 3C | 21 |
| Octal | 41 | 144 | 205 | 113 | 31 | 0 | 60 | 310 | 74 | 41 |
| Binary | 100001 | 1100100 | 10000101 | 1001011 | 11001 | 0 | 110000 | 11001000 | 111100 | 100001 |
Color Harmonies of #216485
Complementary color
Monochromatic Colors of #216485
Black with #216485
Text Example
Text Example
White with #216485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216485; }
p { color: rgb(33,100,133); }
H1.HeaderClassName
{
color: #216485;
}
.AnyTagClassName
{
color: #216485;
}
</style>
background-color css
<style>
a { background-color: #216485; }
a { background-color: rgb(33,100,133); }
div.DivClassName
{
background-color: #216485;
}
.BgClassName
{
background-color: #216485;
}
</style>
border-color css
<style>
span { border-color: #216485; }
span { border-color: rgb(33,100,133); }
td.TdClassName
{
border-color: #216485;
}
.TagClassName
{
border-color: #216485;
}
</style>