Shades of Allports #28707A
Tints of Allports #28707A
RGB
CMYK
RGB Variations
Color information
#28707A (or 0x28707A) is known color: Allports. HEX triplet: 28, 70 and 7A. RGB value is (40,112,122). Sum of RGB (Red+Green+Blue) = 40+112+122=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #28707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28707A is #D78F85. Grayscale: #5B5B5B. Windows color (decimal): -14126982 or 8024104. OLE color: 8024104.
HSL color Cylindrical-coordinate representation of color #28707A: hue angle of 187.32º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28707A is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 112 | 122 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.52 |
| HSL | 187.32º | 0.51% | 0.32% | - |
| HSV(B) | 187.32º | 0.67% | 0.48% | - |
| XYZ | 10.18 | 13.44 | 20.47 | - |
| YUV | 91.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 122 | 0.67 | 0.08 | 0 | 0.52 | 187.32 | 0.51 | 0.32 |
| Hex | 28 | 70 | 7A | 43 | 8 | 0 | 34 | BB | 33 | 20 |
| Octal | 50 | 160 | 172 | 103 | 10 | 0 | 64 | 273 | 63 | 40 |
| Binary | 101000 | 1110000 | 1111010 | 1000011 | 1000 | 0 | 110100 | 10111011 | 110011 | 100000 |
Color Harmonies of #28707A
Complementary color
Monochromatic Colors of #28707A
Black with #28707A
Text Example
Text Example
White with #28707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28707A; }
p { color: rgb(40,112,122); }
H1.HeaderClassName
{
color: #28707A;
}
.AnyTagClassName
{
color: #28707A;
}
</style>
background-color css
<style>
a { background-color: #28707A; }
a { background-color: rgb(40,112,122); }
div.DivClassName
{
background-color: #28707A;
}
.BgClassName
{
background-color: #28707A;
}
</style>
border-color css
<style>
span { border-color: #28707A; }
span { border-color: rgb(40,112,122); }
td.TdClassName
{
border-color: #28707A;
}
.TagClassName
{
border-color: #28707A;
}
</style>