Shades of Allports #28687F
Tints of Allports #28687F
RGB
CMYK
RGB Variations
Color information
#28687F (or 0x28687F) is known color: Allports. HEX triplet: 28, 68 and 7F. RGB value is (40,104,127). Sum of RGB (Red+Green+Blue) = 40+104+127=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #28687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28687F is #D79780. Grayscale: #575757. Windows color (decimal): -14129025 or 8349736. OLE color: 8349736.
HSL color Cylindrical-coordinate representation of color #28687F: hue angle of 195.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28687F is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 104 | 127 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.50 |
| HSL | 195.86º | 0.52% | 0.33% | - |
| HSV(B) | 195.86º | 0.69% | 0.5% | - |
| XYZ | 9.66 | 11.88 | 21.86 | - |
| YUV | 87.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 127 | 0.69 | 0.18 | 0 | 0.50 | 195.86 | 0.52 | 0.33 |
| Hex | 28 | 68 | 7F | 45 | 12 | 0 | 32 | C4 | 34 | 21 |
| Octal | 50 | 150 | 177 | 105 | 22 | 0 | 62 | 304 | 64 | 41 |
| Binary | 101000 | 1101000 | 1111111 | 1000101 | 10010 | 0 | 110010 | 11000100 | 110100 | 100001 |
Color Harmonies of #28687F
Complementary color
Monochromatic Colors of #28687F
Black with #28687F
Text Example
Text Example
White with #28687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28687F; }
p { color: rgb(40,104,127); }
H1.HeaderClassName
{
color: #28687F;
}
.AnyTagClassName
{
color: #28687F;
}
</style>
background-color css
<style>
a { background-color: #28687F; }
a { background-color: rgb(40,104,127); }
div.DivClassName
{
background-color: #28687F;
}
.BgClassName
{
background-color: #28687F;
}
</style>
border-color css
<style>
span { border-color: #28687F; }
span { border-color: rgb(40,104,127); }
td.TdClassName
{
border-color: #28687F;
}
.TagClassName
{
border-color: #28687F;
}
</style>