Shades of Allports #21697C
Tints of Allports #21697C
RGB
CMYK
RGB Variations
Color information
#21697C (or 0x21697C) is known color: Allports. HEX triplet: 21, 69 and 7C. RGB value is (33,105,124). Sum of RGB (Red+Green+Blue) = 33+105+124=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #21697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21697C is #DE9683. Grayscale: #555555. Windows color (decimal): -14587524 or 8153377. OLE color: 8153377.
HSL color Cylindrical-coordinate representation of color #21697C: hue angle of 192.53º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21697C is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 105 | 124 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.51 |
| HSL | 192.53º | 0.58% | 0.31% | - |
| HSV(B) | 192.53º | 0.73% | 0.49% | - |
| XYZ | 9.32 | 11.88 | 20.87 | - |
| YUV | 85.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 124 | 0.73 | 0.15 | 0 | 0.51 | 192.53 | 0.58 | 0.31 |
| Hex | 21 | 69 | 7C | 49 | F | 0 | 33 | C1 | 3A | 1F |
| Octal | 41 | 151 | 174 | 111 | 17 | 0 | 63 | 301 | 72 | 37 |
| Binary | 100001 | 1101001 | 1111100 | 1001001 | 1111 | 0 | 110011 | 11000001 | 111010 | 11111 |
Color Harmonies of #21697C
Complementary color
Monochromatic Colors of #21697C
Black with #21697C
Text Example
Text Example
White with #21697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21697C; }
p { color: rgb(33,105,124); }
H1.HeaderClassName
{
color: #21697C;
}
.AnyTagClassName
{
color: #21697C;
}
</style>
background-color css
<style>
a { background-color: #21697C; }
a { background-color: rgb(33,105,124); }
div.DivClassName
{
background-color: #21697C;
}
.BgClassName
{
background-color: #21697C;
}
</style>
border-color css
<style>
span { border-color: #21697C; }
span { border-color: rgb(33,105,124); }
td.TdClassName
{
border-color: #21697C;
}
.TagClassName
{
border-color: #21697C;
}
</style>