Shades of Scooter #28809A
Tints of Scooter #28809A
RGB
CMYK
RGB Variations
Color information
#28809A (or 0x28809A) is known color: Scooter. HEX triplet: 28, 80 and 9A. RGB value is (40,128,154). Sum of RGB (Red+Green+Blue) = 40+128+154=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #28809A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28809A is #D77F65. Grayscale: #686868. Windows color (decimal): -14122854 or 10125352. OLE color: 10125352.
HSL color Cylindrical-coordinate representation of color #28809A: hue angle of 193.68º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28809A is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 128 | 154 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.40 |
| HSL | 193.68º | 0.59% | 0.38% | - |
| HSV(B) | 193.68º | 0.74% | 0.6% | - |
| XYZ | 14.43 | 18.22 | 33.33 | - |
| YUV | 104.65 | 155.85 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 154 | 0.74 | 0.17 | 0 | 0.40 | 193.68 | 0.59 | 0.38 |
| Hex | 28 | 80 | 9A | 4A | 11 | 0 | 28 | C2 | 3B | 26 |
| Octal | 50 | 200 | 232 | 112 | 21 | 0 | 50 | 302 | 73 | 46 |
| Binary | 101000 | 10000000 | 10011010 | 1001010 | 10001 | 0 | 101000 | 11000010 | 111011 | 100110 |
Color Harmonies of #28809A
Complementary color
Monochromatic Colors of #28809A
Black with #28809A
Text Example
Text Example
White with #28809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28809A; }
p { color: rgb(40,128,154); }
H1.HeaderClassName
{
color: #28809A;
}
.AnyTagClassName
{
color: #28809A;
}
</style>
background-color css
<style>
a { background-color: #28809A; }
a { background-color: rgb(40,128,154); }
div.DivClassName
{
background-color: #28809A;
}
.BgClassName
{
background-color: #28809A;
}
</style>
border-color css
<style>
span { border-color: #28809A; }
span { border-color: rgb(40,128,154); }
td.TdClassName
{
border-color: #28809A;
}
.TagClassName
{
border-color: #28809A;
}
</style>