Shades of Allports #28657D
Tints of Allports #28657D
RGB
CMYK
RGB Variations
Color information
#28657D (or 0x28657D) is known color: Allports. HEX triplet: 28, 65 and 7D. RGB value is (40,101,125). Sum of RGB (Red+Green+Blue) = 40+101+125=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #28657D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28657D is #D79A82. Grayscale: #555555. Windows color (decimal): -14129795 or 8217896. OLE color: 8217896.
HSL color Cylindrical-coordinate representation of color #28657D: hue angle of 196.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28657D is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 101 | 125 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.51 |
| HSL | 196.94º | 0.52% | 0.32% | - |
| HSV(B) | 196.94º | 0.68% | 0.49% | - |
| XYZ | 9.23 | 11.24 | 21.08 | - |
| YUV | 85.5 | 150.29 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 125 | 0.68 | 0.19 | 0 | 0.51 | 196.94 | 0.52 | 0.32 |
| Hex | 28 | 65 | 7D | 44 | 13 | 0 | 33 | C5 | 34 | 20 |
| Octal | 50 | 145 | 175 | 104 | 23 | 0 | 63 | 305 | 64 | 40 |
| Binary | 101000 | 1100101 | 1111101 | 1000100 | 10011 | 0 | 110011 | 11000101 | 110100 | 100000 |
Color Harmonies of #28657D
Complementary color
Monochromatic Colors of #28657D
Black with #28657D
Text Example
Text Example
White with #28657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28657D; }
p { color: rgb(40,101,125); }
H1.HeaderClassName
{
color: #28657D;
}
.AnyTagClassName
{
color: #28657D;
}
</style>
background-color css
<style>
a { background-color: #28657D; }
a { background-color: rgb(40,101,125); }
div.DivClassName
{
background-color: #28657D;
}
.BgClassName
{
background-color: #28657D;
}
</style>
border-color css
<style>
span { border-color: #28657D; }
span { border-color: rgb(40,101,125); }
td.TdClassName
{
border-color: #28657D;
}
.TagClassName
{
border-color: #28657D;
}
</style>