Shades of Allports #21758D
Tints of Allports #21758D
RGB
CMYK
RGB Variations
Color information
#21758D (or 0x21758D) is known color: Allports. HEX triplet: 21, 75 and 8D. RGB value is (33,117,141). Sum of RGB (Red+Green+Blue) = 33+117+141=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #21758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21758D is #DE8A72. Grayscale: #5E5E5E. Windows color (decimal): -14584435 or 9270561. OLE color: 9270561.
HSL color Cylindrical-coordinate representation of color #21758D: hue angle of 193.33º 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 #21758D is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 117 | 141 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.45 |
| HSL | 193.33º | 0.62% | 0.34% | - |
| HSV(B) | 193.33º | 0.77% | 0.55% | - |
| XYZ | 11.8 | 14.97 | 27.47 | - |
| YUV | 94.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 141 | 0.77 | 0.17 | 0 | 0.45 | 193.33 | 0.62 | 0.34 |
| Hex | 21 | 75 | 8D | 4D | 11 | 0 | 2D | C1 | 3E | 22 |
| Octal | 41 | 165 | 215 | 115 | 21 | 0 | 55 | 301 | 76 | 42 |
| Binary | 100001 | 1110101 | 10001101 | 1001101 | 10001 | 0 | 101101 | 11000001 | 111110 | 100010 |
Color Harmonies of #21758D
Complementary color
Monochromatic Colors of #21758D
Black with #21758D
Text Example
Text Example
White with #21758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21758D; }
p { color: rgb(33,117,141); }
H1.HeaderClassName
{
color: #21758D;
}
.AnyTagClassName
{
color: #21758D;
}
</style>
background-color css
<style>
a { background-color: #21758D; }
a { background-color: rgb(33,117,141); }
div.DivClassName
{
background-color: #21758D;
}
.BgClassName
{
background-color: #21758D;
}
</style>
border-color css
<style>
span { border-color: #21758D; }
span { border-color: rgb(33,117,141); }
td.TdClassName
{
border-color: #21758D;
}
.TagClassName
{
border-color: #21758D;
}
</style>