Shades of Allports #28697E
Tints of Allports #28697E
RGB
CMYK
RGB Variations
Color information
#28697E (or 0x28697E) is known color: Allports. HEX triplet: 28, 69 and 7E. RGB value is (40,105,126). Sum of RGB (Red+Green+Blue) = 40+105+126=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 126 - color contains mainly: blue. Hex color #28697E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28697E is #D79681. Grayscale: #575757. Windows color (decimal): -14128770 or 8284456. OLE color: 8284456.
HSL color Cylindrical-coordinate representation of color #28697E: hue angle of 194.65º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28697E is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 105 | 126 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.51 |
| HSL | 194.65º | 0.52% | 0.33% | - |
| HSV(B) | 194.65º | 0.68% | 0.49% | - |
| XYZ | 9.69 | 12.06 | 21.56 | - |
| YUV | 87.96 | 149.47 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 126 | 0.68 | 0.17 | 0 | 0.51 | 194.65 | 0.52 | 0.33 |
| Hex | 28 | 69 | 7E | 44 | 11 | 0 | 33 | C3 | 34 | 21 |
| Octal | 50 | 151 | 176 | 104 | 21 | 0 | 63 | 303 | 64 | 41 |
| Binary | 101000 | 1101001 | 1111110 | 1000100 | 10001 | 0 | 110011 | 11000011 | 110100 | 100001 |
Color Harmonies of #28697E
Complementary color
Monochromatic Colors of #28697E
Black with #28697E
Text Example
Text Example
White with #28697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28697E; }
p { color: rgb(40,105,126); }
H1.HeaderClassName
{
color: #28697E;
}
.AnyTagClassName
{
color: #28697E;
}
</style>
background-color css
<style>
a { background-color: #28697E; }
a { background-color: rgb(40,105,126); }
div.DivClassName
{
background-color: #28697E;
}
.BgClassName
{
background-color: #28697E;
}
</style>
border-color css
<style>
span { border-color: #28697E; }
span { border-color: rgb(40,105,126); }
td.TdClassName
{
border-color: #28697E;
}
.TagClassName
{
border-color: #28697E;
}
</style>