Shades of Allports #28717D
Tints of Allports #28717D
RGB
CMYK
RGB Variations
Color information
#28717D (or 0x28717D) is known color: Allports. HEX triplet: 28, 71 and 7D. RGB value is (40,113,125). Sum of RGB (Red+Green+Blue) = 40+113+125=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #28717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28717D is #D78E82. Grayscale: #5C5C5C. Windows color (decimal): -14126723 or 8220968. OLE color: 8220968.
HSL color Cylindrical-coordinate representation of color #28717D: hue angle of 188.47º 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 #28717D is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 113 | 125 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.51 |
| HSL | 188.47º | 0.52% | 0.32% | - |
| HSV(B) | 188.47º | 0.68% | 0.49% | - |
| XYZ | 10.48 | 13.74 | 21.5 | - |
| YUV | 92.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 125 | 0.68 | 0.10 | 0 | 0.51 | 188.47 | 0.52 | 0.32 |
| Hex | 28 | 71 | 7D | 44 | A | 0 | 33 | BC | 34 | 20 |
| Octal | 50 | 161 | 175 | 104 | 12 | 0 | 63 | 274 | 64 | 40 |
| Binary | 101000 | 1110001 | 1111101 | 1000100 | 1010 | 0 | 110011 | 10111100 | 110100 | 100000 |
Color Harmonies of #28717D
Complementary color
Monochromatic Colors of #28717D
Black with #28717D
Text Example
Text Example
White with #28717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28717D; }
p { color: rgb(40,113,125); }
H1.HeaderClassName
{
color: #28717D;
}
.AnyTagClassName
{
color: #28717D;
}
</style>
background-color css
<style>
a { background-color: #28717D; }
a { background-color: rgb(40,113,125); }
div.DivClassName
{
background-color: #28717D;
}
.BgClassName
{
background-color: #28717D;
}
</style>
border-color css
<style>
span { border-color: #28717D; }
span { border-color: rgb(40,113,125); }
td.TdClassName
{
border-color: #28717D;
}
.TagClassName
{
border-color: #28717D;
}
</style>