Shades of Allports #28707B
Tints of Allports #28707B
RGB
CMYK
RGB Variations
Color information
#28707B (or 0x28707B) is known color: Allports. HEX triplet: 28, 70 and 7B. RGB value is (40,112,123). Sum of RGB (Red+Green+Blue) = 40+112+123=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #28707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28707B is #D78F84. Grayscale: #5B5B5B. Windows color (decimal): -14126981 or 8089640. OLE color: 8089640.
HSL color Cylindrical-coordinate representation of color #28707B: hue angle of 187.95º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28707B is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 112 | 123 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.52 |
| HSL | 187.95º | 0.51% | 0.32% | - |
| HSV(B) | 187.95º | 0.67% | 0.48% | - |
| XYZ | 10.24 | 13.47 | 20.8 | - |
| YUV | 91.73 | 145.65 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 123 | 0.67 | 0.09 | 0 | 0.52 | 187.95 | 0.51 | 0.32 |
| Hex | 28 | 70 | 7B | 43 | 9 | 0 | 34 | BC | 33 | 20 |
| Octal | 50 | 160 | 173 | 103 | 11 | 0 | 64 | 274 | 63 | 40 |
| Binary | 101000 | 1110000 | 1111011 | 1000011 | 1001 | 0 | 110100 | 10111100 | 110011 | 100000 |
Color Harmonies of #28707B
Complementary color
Monochromatic Colors of #28707B
Black with #28707B
Text Example
Text Example
White with #28707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28707B; }
p { color: rgb(40,112,123); }
H1.HeaderClassName
{
color: #28707B;
}
.AnyTagClassName
{
color: #28707B;
}
</style>
background-color css
<style>
a { background-color: #28707B; }
a { background-color: rgb(40,112,123); }
div.DivClassName
{
background-color: #28707B;
}
.BgClassName
{
background-color: #28707B;
}
</style>
border-color css
<style>
span { border-color: #28707B; }
span { border-color: rgb(40,112,123); }
td.TdClassName
{
border-color: #28707B;
}
.TagClassName
{
border-color: #28707B;
}
</style>