Shades of Allports #216B8D
Tints of Allports #216B8D
RGB
CMYK
RGB Variations
Color information
#216B8D (or 0x216B8D) is known color: Allports. HEX triplet: 21, 6B and 8D. RGB value is (33,107,141). Sum of RGB (Red+Green+Blue) = 33+107+141=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #216B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216B8D is #DE9472. Grayscale: #585858. Windows color (decimal): -14586995 or 9268001. OLE color: 9268001.
HSL color Cylindrical-coordinate representation of color #216B8D: hue angle of 198.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216B8D is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 107 | 141 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.45 |
| HSL | 198.89º | 0.62% | 0.34% | - |
| HSV(B) | 198.89º | 0.77% | 0.55% | - |
| XYZ | 10.69 | 12.76 | 27.1 | - |
| YUV | 88.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 107 | 141 | 0.77 | 0.24 | 0 | 0.45 | 198.89 | 0.62 | 0.34 |
| Hex | 21 | 6B | 8D | 4D | 18 | 0 | 2D | C7 | 3E | 22 |
| Octal | 41 | 153 | 215 | 115 | 30 | 0 | 55 | 307 | 76 | 42 |
| Binary | 100001 | 1101011 | 10001101 | 1001101 | 11000 | 0 | 101101 | 11000111 | 111110 | 100010 |
Color Harmonies of #216B8D
Complementary color
Monochromatic Colors of #216B8D
Black with #216B8D
Text Example
Text Example
White with #216B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216B8D; }
p { color: rgb(33,107,141); }
H1.HeaderClassName
{
color: #216B8D;
}
.AnyTagClassName
{
color: #216B8D;
}
</style>
background-color css
<style>
a { background-color: #216B8D; }
a { background-color: rgb(33,107,141); }
div.DivClassName
{
background-color: #216B8D;
}
.BgClassName
{
background-color: #216B8D;
}
</style>
border-color css
<style>
span { border-color: #216B8D; }
span { border-color: rgb(33,107,141); }
td.TdClassName
{
border-color: #216B8D;
}
.TagClassName
{
border-color: #216B8D;
}
</style>