Shades of Allports #21698E
Tints of Allports #21698E
RGB
CMYK
RGB Variations
Color information
#21698E (or 0x21698E) is known color: Allports. HEX triplet: 21, 69 and 8E. RGB value is (33,105,142). Sum of RGB (Red+Green+Blue) = 33+105+142=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #21698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21698E is #DE9671. Grayscale: #575757. Windows color (decimal): -14587506 or 9333025. OLE color: 9333025.
HSL color Cylindrical-coordinate representation of color #21698E: hue angle of 200.37º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21698E is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 105 | 142 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.44 |
| HSL | 200.37º | 0.62% | 0.34% | - |
| HSV(B) | 200.37º | 0.77% | 0.56% | - |
| XYZ | 10.56 | 12.38 | 27.42 | - |
| YUV | 87.69 | 158.65 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 142 | 0.77 | 0.26 | 0 | 0.44 | 200.37 | 0.62 | 0.34 |
| Hex | 21 | 69 | 8E | 4D | 1A | 0 | 2C | C8 | 3E | 22 |
| Octal | 41 | 151 | 216 | 115 | 32 | 0 | 54 | 310 | 76 | 42 |
| Binary | 100001 | 1101001 | 10001110 | 1001101 | 11010 | 0 | 101100 | 11001000 | 111110 | 100010 |
Color Harmonies of #21698E
Complementary color
Monochromatic Colors of #21698E
Black with #21698E
Text Example
Text Example
White with #21698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21698E; }
p { color: rgb(33,105,142); }
H1.HeaderClassName
{
color: #21698E;
}
.AnyTagClassName
{
color: #21698E;
}
</style>
background-color css
<style>
a { background-color: #21698E; }
a { background-color: rgb(33,105,142); }
div.DivClassName
{
background-color: #21698E;
}
.BgClassName
{
background-color: #21698E;
}
</style>
border-color css
<style>
span { border-color: #21698E; }
span { border-color: rgb(33,105,142); }
td.TdClassName
{
border-color: #21698E;
}
.TagClassName
{
border-color: #21698E;
}
</style>