Shades of Scooter #28809B
Tints of Scooter #28809B
RGB
CMYK
RGB Variations
Color information
#28809B (or 0x28809B) is known color: Scooter. HEX triplet: 28, 80 and 9B. RGB value is (40,128,155). Sum of RGB (Red+Green+Blue) = 40+128+155=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #28809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28809B is #D77F64. Grayscale: #686868. Windows color (decimal): -14122853 or 10190888. OLE color: 10190888.
HSL color Cylindrical-coordinate representation of color #28809B: hue angle of 194.09º 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 #28809B is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 128 | 155 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.39 |
| HSL | 194.09º | 0.59% | 0.38% | - |
| HSV(B) | 194.09º | 0.74% | 0.61% | - |
| XYZ | 14.51 | 18.26 | 33.77 | - |
| YUV | 104.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 155 | 0.74 | 0.17 | 0 | 0.39 | 194.09 | 0.59 | 0.38 |
| Hex | 28 | 80 | 9B | 4A | 11 | 0 | 27 | C2 | 3B | 26 |
| Octal | 50 | 200 | 233 | 112 | 21 | 0 | 47 | 302 | 73 | 46 |
| Binary | 101000 | 10000000 | 10011011 | 1001010 | 10001 | 0 | 100111 | 11000010 | 111011 | 100110 |
Color Harmonies of #28809B
Complementary color
Monochromatic Colors of #28809B
Black with #28809B
Text Example
Text Example
White with #28809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28809B; }
p { color: rgb(40,128,155); }
H1.HeaderClassName
{
color: #28809B;
}
.AnyTagClassName
{
color: #28809B;
}
</style>
background-color css
<style>
a { background-color: #28809B; }
a { background-color: rgb(40,128,155); }
div.DivClassName
{
background-color: #28809B;
}
.BgClassName
{
background-color: #28809B;
}
</style>
border-color css
<style>
span { border-color: #28809B; }
span { border-color: rgb(40,128,155); }
td.TdClassName
{
border-color: #28809B;
}
.TagClassName
{
border-color: #28809B;
}
</style>