Shades of Scooter #28889E
Tints of Scooter #28889E
RGB
CMYK
RGB Variations
Color information
#28889E (or 0x28889E) is known color: Scooter. HEX triplet: 28, 88 and 9E. RGB value is (40,136,158). Sum of RGB (Red+Green+Blue) = 40+136+158=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #28889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28889E is #D77761. Grayscale: #6D6D6D. Windows color (decimal): -14120802 or 10389544. OLE color: 10389544.
HSL color Cylindrical-coordinate representation of color #28889E: hue angle of 191.19º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28889E is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 136 | 158 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.38 |
| HSL | 191.19º | 0.6% | 0.39% | - |
| HSV(B) | 191.19º | 0.75% | 0.62% | - |
| XYZ | 15.85 | 20.53 | 35.47 | - |
| YUV | 109.8 | 155.2 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 158 | 0.75 | 0.14 | 0 | 0.38 | 191.19 | 0.6 | 0.39 |
| Hex | 28 | 88 | 9E | 4B | E | 0 | 26 | BF | 3C | 27 |
| Octal | 50 | 210 | 236 | 113 | 16 | 0 | 46 | 277 | 74 | 47 |
| Binary | 101000 | 10001000 | 10011110 | 1001011 | 1110 | 0 | 100110 | 10111111 | 111100 | 100111 |
Color Harmonies of #28889E
Complementary color
Monochromatic Colors of #28889E
Black with #28889E
Text Example
Text Example
White with #28889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28889E; }
p { color: rgb(40,136,158); }
H1.HeaderClassName
{
color: #28889E;
}
.AnyTagClassName
{
color: #28889E;
}
</style>
background-color css
<style>
a { background-color: #28889E; }
a { background-color: rgb(40,136,158); }
div.DivClassName
{
background-color: #28889E;
}
.BgClassName
{
background-color: #28889E;
}
</style>
border-color css
<style>
span { border-color: #28889E; }
span { border-color: rgb(40,136,158); }
td.TdClassName
{
border-color: #28889E;
}
.TagClassName
{
border-color: #28889E;
}
</style>