Shades of Scooter #28899E
Tints of Scooter #28899E
RGB
CMYK
RGB Variations
Color information
#28899E (or 0x28899E) is known color: Scooter. HEX triplet: 28, 89 and 9E. RGB value is (40,137,158). Sum of RGB (Red+Green+Blue) = 40+137+158=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #28899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28899E is #D77661. Grayscale: #6E6E6E. Windows color (decimal): -14120546 or 10389800. OLE color: 10389800.
HSL color Cylindrical-coordinate representation of color #28899E: hue angle of 190.68º 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 #28899E is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 137 | 158 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.38 |
| HSL | 190.68º | 0.6% | 0.39% | - |
| HSV(B) | 190.68º | 0.75% | 0.62% | - |
| XYZ | 15.99 | 20.81 | 35.52 | - |
| YUV | 110.39 | 154.86 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 158 | 0.75 | 0.13 | 0 | 0.38 | 190.68 | 0.6 | 0.39 |
| Hex | 28 | 89 | 9E | 4B | D | 0 | 26 | BF | 3C | 27 |
| Octal | 50 | 211 | 236 | 113 | 15 | 0 | 46 | 277 | 74 | 47 |
| Binary | 101000 | 10001001 | 10011110 | 1001011 | 1101 | 0 | 100110 | 10111111 | 111100 | 100111 |
Color Harmonies of #28899E
Complementary color
Monochromatic Colors of #28899E
Black with #28899E
Text Example
Text Example
White with #28899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28899E; }
p { color: rgb(40,137,158); }
H1.HeaderClassName
{
color: #28899E;
}
.AnyTagClassName
{
color: #28899E;
}
</style>
background-color css
<style>
a { background-color: #28899E; }
a { background-color: rgb(40,137,158); }
div.DivClassName
{
background-color: #28899E;
}
.BgClassName
{
background-color: #28899E;
}
</style>
border-color css
<style>
span { border-color: #28899E; }
span { border-color: rgb(40,137,158); }
td.TdClassName
{
border-color: #28899E;
}
.TagClassName
{
border-color: #28899E;
}
</style>