Shades of Allports #28657E
Tints of Allports #28657E
RGB
CMYK
RGB Variations
Color information
#28657E (or 0x28657E) is known color: Allports. HEX triplet: 28, 65 and 7E. RGB value is (40,101,126). Sum of RGB (Red+Green+Blue) = 40+101+126=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #28657E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28657E is #D79A81. Grayscale: #555555. Windows color (decimal): -14129794 or 8283432. OLE color: 8283432.
HSL color Cylindrical-coordinate representation of color #28657E: hue angle of 197.44º 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 #28657E is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 101 | 126 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.51 |
| HSL | 197.44º | 0.52% | 0.33% | - |
| HSV(B) | 197.44º | 0.68% | 0.49% | - |
| XYZ | 9.29 | 11.26 | 21.42 | - |
| YUV | 85.61 | 150.79 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 126 | 0.68 | 0.20 | 0 | 0.51 | 197.44 | 0.52 | 0.33 |
| Hex | 28 | 65 | 7E | 44 | 14 | 0 | 33 | C5 | 34 | 21 |
| Octal | 50 | 145 | 176 | 104 | 24 | 0 | 63 | 305 | 64 | 41 |
| Binary | 101000 | 1100101 | 1111110 | 1000100 | 10100 | 0 | 110011 | 11000101 | 110100 | 100001 |
Color Harmonies of #28657E
Complementary color
Monochromatic Colors of #28657E
Black with #28657E
Text Example
Text Example
White with #28657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28657E; }
p { color: rgb(40,101,126); }
H1.HeaderClassName
{
color: #28657E;
}
.AnyTagClassName
{
color: #28657E;
}
</style>
background-color css
<style>
a { background-color: #28657E; }
a { background-color: rgb(40,101,126); }
div.DivClassName
{
background-color: #28657E;
}
.BgClassName
{
background-color: #28657E;
}
</style>
border-color css
<style>
span { border-color: #28657E; }
span { border-color: rgb(40,101,126); }
td.TdClassName
{
border-color: #28657E;
}
.TagClassName
{
border-color: #28657E;
}
</style>