Shades of Allports #21758B
Tints of Allports #21758B
RGB
CMYK
RGB Variations
Color information
#21758B (or 0x21758B) is known color: Allports. HEX triplet: 21, 75 and 8B. RGB value is (33,117,139). Sum of RGB (Red+Green+Blue) = 33+117+139=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #21758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21758B is #DE8A74. Grayscale: #5E5E5E. Windows color (decimal): -14584437 or 9139489. OLE color: 9139489.
HSL color Cylindrical-coordinate representation of color #21758B: hue angle of 192.45º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21758B is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 117 | 139 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.45 |
| HSL | 192.45º | 0.62% | 0.34% | - |
| HSV(B) | 192.45º | 0.76% | 0.55% | - |
| XYZ | 11.65 | 14.91 | 26.69 | - |
| YUV | 94.39 | 153.17 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 139 | 0.76 | 0.16 | 0 | 0.45 | 192.45 | 0.62 | 0.34 |
| Hex | 21 | 75 | 8B | 4C | 10 | 0 | 2D | C0 | 3E | 22 |
| Octal | 41 | 165 | 213 | 114 | 20 | 0 | 55 | 300 | 76 | 42 |
| Binary | 100001 | 1110101 | 10001011 | 1001100 | 10000 | 0 | 101101 | 11000000 | 111110 | 100010 |
Color Harmonies of #21758B
Complementary color
Monochromatic Colors of #21758B
Black with #21758B
Text Example
Text Example
White with #21758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21758B; }
p { color: rgb(33,117,139); }
H1.HeaderClassName
{
color: #21758B;
}
.AnyTagClassName
{
color: #21758B;
}
</style>
background-color css
<style>
a { background-color: #21758B; }
a { background-color: rgb(33,117,139); }
div.DivClassName
{
background-color: #21758B;
}
.BgClassName
{
background-color: #21758B;
}
</style>
border-color css
<style>
span { border-color: #21758B; }
span { border-color: rgb(33,117,139); }
td.TdClassName
{
border-color: #21758B;
}
.TagClassName
{
border-color: #21758B;
}
</style>