Shades of Scooter #28909D
Tints of Scooter #28909D
RGB
CMYK
RGB Variations
Color information
#28909D (or 0x28909D) is known color: Scooter. HEX triplet: 28, 90 and 9D. RGB value is (40,144,157). Sum of RGB (Red+Green+Blue) = 40+144+157=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #28909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28909D is #D76F62. Grayscale: #727272. Windows color (decimal): -14118755 or 10326056. OLE color: 10326056.
HSL color Cylindrical-coordinate representation of color #28909D: hue angle of 186.67º degrees, saturation: 0.59, 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 #28909D is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 144 | 157 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.38 |
| HSL | 186.67º | 0.59% | 0.39% | - |
| HSV(B) | 186.67º | 0.75% | 0.62% | - |
| XYZ | 16.93 | 22.83 | 35.41 | - |
| YUV | 114.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 157 | 0.75 | 0.08 | 0 | 0.38 | 186.67 | 0.59 | 0.39 |
| Hex | 28 | 90 | 9D | 4B | 8 | 0 | 26 | BB | 3B | 27 |
| Octal | 50 | 220 | 235 | 113 | 10 | 0 | 46 | 273 | 73 | 47 |
| Binary | 101000 | 10010000 | 10011101 | 1001011 | 1000 | 0 | 100110 | 10111011 | 111011 | 100111 |
Color Harmonies of #28909D
Complementary color
Monochromatic Colors of #28909D
Black with #28909D
Text Example
Text Example
White with #28909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28909D; }
p { color: rgb(40,144,157); }
H1.HeaderClassName
{
color: #28909D;
}
.AnyTagClassName
{
color: #28909D;
}
</style>
background-color css
<style>
a { background-color: #28909D; }
a { background-color: rgb(40,144,157); }
div.DivClassName
{
background-color: #28909D;
}
.BgClassName
{
background-color: #28909D;
}
</style>
border-color css
<style>
span { border-color: #28909D; }
span { border-color: rgb(40,144,157); }
td.TdClassName
{
border-color: #28909D;
}
.TagClassName
{
border-color: #28909D;
}
</style>