Shades of Scooter #28909F
Tints of Scooter #28909F
RGB
CMYK
RGB Variations
Color information
#28909F (or 0x28909F) is known color: Scooter. HEX triplet: 28, 90 and 9F. RGB value is (40,144,159). Sum of RGB (Red+Green+Blue) = 40+144+159=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #28909F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28909F is #D76F60. Grayscale: #727272. Windows color (decimal): -14118753 or 10457128. OLE color: 10457128.
HSL color Cylindrical-coordinate representation of color #28909F: hue angle of 187.56º 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 #28909F is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 144 | 159 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.38 |
| HSL | 187.56º | 0.6% | 0.39% | - |
| HSV(B) | 187.56º | 0.75% | 0.62% | - |
| XYZ | 17.11 | 22.9 | 36.32 | - |
| YUV | 114.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 159 | 0.75 | 0.09 | 0 | 0.38 | 187.56 | 0.6 | 0.39 |
| Hex | 28 | 90 | 9F | 4B | 9 | 0 | 26 | BC | 3C | 27 |
| Octal | 50 | 220 | 237 | 113 | 11 | 0 | 46 | 274 | 74 | 47 |
| Binary | 101000 | 10010000 | 10011111 | 1001011 | 1001 | 0 | 100110 | 10111100 | 111100 | 100111 |
Color Harmonies of #28909F
Complementary color
Monochromatic Colors of #28909F
Black with #28909F
Text Example
Text Example
White with #28909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28909F; }
p { color: rgb(40,144,159); }
H1.HeaderClassName
{
color: #28909F;
}
.AnyTagClassName
{
color: #28909F;
}
</style>
background-color css
<style>
a { background-color: #28909F; }
a { background-color: rgb(40,144,159); }
div.DivClassName
{
background-color: #28909F;
}
.BgClassName
{
background-color: #28909F;
}
</style>
border-color css
<style>
span { border-color: #28909F; }
span { border-color: rgb(40,144,159); }
td.TdClassName
{
border-color: #28909F;
}
.TagClassName
{
border-color: #28909F;
}
</style>