Shades of Allports #28686E
Tints of Allports #28686E
RGB
CMYK
RGB Variations
Color information
#28686E (or 0x28686E) is known color: Allports. HEX triplet: 28, 68 and 6E. RGB value is (40,104,110). Sum of RGB (Red+Green+Blue) = 40+104+110=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #28686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28686E is #D79791. Grayscale: #555555. Windows color (decimal): -14129042 or 7235624. OLE color: 7235624.
HSL color Cylindrical-coordinate representation of color #28686E: hue angle of 185.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28686E is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 104 | 110 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.57 |
| HSL | 185.14º | 0.47% | 0.29% | - |
| HSV(B) | 185.14º | 0.64% | 0.43% | - |
| XYZ | 8.64 | 11.48 | 16.51 | - |
| YUV | 85.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 110 | 0.64 | 0.05 | 0 | 0.57 | 185.14 | 0.47 | 0.29 |
| Hex | 28 | 68 | 6E | 40 | 5 | 0 | 39 | B9 | 2F | 1D |
| Octal | 50 | 150 | 156 | 100 | 5 | 0 | 71 | 271 | 57 | 35 |
| Binary | 101000 | 1101000 | 1101110 | 1000000 | 101 | 0 | 111001 | 10111001 | 101111 | 11101 |
Color Harmonies of #28686E
Complementary color
Monochromatic Colors of #28686E
Black with #28686E
Text Example
Text Example
White with #28686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28686E; }
p { color: rgb(40,104,110); }
H1.HeaderClassName
{
color: #28686E;
}
.AnyTagClassName
{
color: #28686E;
}
</style>
background-color css
<style>
a { background-color: #28686E; }
a { background-color: rgb(40,104,110); }
div.DivClassName
{
background-color: #28686E;
}
.BgClassName
{
background-color: #28686E;
}
</style>
border-color css
<style>
span { border-color: #28686E; }
span { border-color: rgb(40,104,110); }
td.TdClassName
{
border-color: #28686E;
}
.TagClassName
{
border-color: #28686E;
}
</style>