Shades of Scooter #28909B
Tints of Scooter #28909B
RGB
CMYK
RGB Variations
Color information
#28909B (or 0x28909B) is known color: Scooter. HEX triplet: 28, 90 and 9B. RGB value is (40,144,155). Sum of RGB (Red+Green+Blue) = 40+144+155=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #28909B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28909B is #D76F64. Grayscale: #727272. Windows color (decimal): -14118757 or 10194984. OLE color: 10194984.
HSL color Cylindrical-coordinate representation of color #28909B: hue angle of 185.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28909B is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 144 | 155 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.39 |
| HSL | 185.74º | 0.59% | 0.38% | - |
| HSV(B) | 185.74º | 0.74% | 0.61% | - |
| XYZ | 16.76 | 22.76 | 34.52 | - |
| YUV | 114.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 155 | 0.74 | 0.07 | 0 | 0.39 | 185.74 | 0.59 | 0.38 |
| Hex | 28 | 90 | 9B | 4A | 7 | 0 | 27 | BA | 3B | 26 |
| Octal | 50 | 220 | 233 | 112 | 7 | 0 | 47 | 272 | 73 | 46 |
| Binary | 101000 | 10010000 | 10011011 | 1001010 | 111 | 0 | 100111 | 10111010 | 111011 | 100110 |
Color Harmonies of #28909B
Complementary color
Monochromatic Colors of #28909B
Black with #28909B
Text Example
Text Example
White with #28909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28909B; }
p { color: rgb(40,144,155); }
H1.HeaderClassName
{
color: #28909B;
}
.AnyTagClassName
{
color: #28909B;
}
</style>
background-color css
<style>
a { background-color: #28909B; }
a { background-color: rgb(40,144,155); }
div.DivClassName
{
background-color: #28909B;
}
.BgClassName
{
background-color: #28909B;
}
</style>
border-color css
<style>
span { border-color: #28909B; }
span { border-color: rgb(40,144,155); }
td.TdClassName
{
border-color: #28909B;
}
.TagClassName
{
border-color: #28909B;
}
</style>