Shades of Allports #28696E
Tints of Allports #28696E
RGB
CMYK
RGB Variations
Color information
#28696E (or 0x28696E) is known color: Allports. HEX triplet: 28, 69 and 6E. RGB value is (40,105,110). Sum of RGB (Red+Green+Blue) = 40+105+110=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #28696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28696E is #D79691. Grayscale: #565656. Windows color (decimal): -14128786 or 7235880. OLE color: 7235880.
HSL color Cylindrical-coordinate representation of color #28696E: hue angle of 184.29º 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 #28696E is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 105 | 110 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.57 |
| HSL | 184.29º | 0.47% | 0.29% | - |
| HSV(B) | 184.29º | 0.64% | 0.43% | - |
| XYZ | 8.74 | 11.68 | 16.55 | - |
| YUV | 86.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 110 | 0.64 | 0.05 | 0 | 0.57 | 184.29 | 0.47 | 0.29 |
| Hex | 28 | 69 | 6E | 40 | 5 | 0 | 39 | B8 | 2F | 1D |
| Octal | 50 | 151 | 156 | 100 | 5 | 0 | 71 | 270 | 57 | 35 |
| Binary | 101000 | 1101001 | 1101110 | 1000000 | 101 | 0 | 111001 | 10111000 | 101111 | 11101 |
Color Harmonies of #28696E
Complementary color
Monochromatic Colors of #28696E
Black with #28696E
Text Example
Text Example
White with #28696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28696E; }
p { color: rgb(40,105,110); }
H1.HeaderClassName
{
color: #28696E;
}
.AnyTagClassName
{
color: #28696E;
}
</style>
background-color css
<style>
a { background-color: #28696E; }
a { background-color: rgb(40,105,110); }
div.DivClassName
{
background-color: #28696E;
}
.BgClassName
{
background-color: #28696E;
}
</style>
border-color css
<style>
span { border-color: #28696E; }
span { border-color: rgb(40,105,110); }
td.TdClassName
{
border-color: #28696E;
}
.TagClassName
{
border-color: #28696E;
}
</style>