Shades of Scooter #28849E
Tints of Scooter #28849E
RGB
CMYK
RGB Variations
Color information
#28849E (or 0x28849E) is known color: Scooter. HEX triplet: 28, 84 and 9E. RGB value is (40,132,158). Sum of RGB (Red+Green+Blue) = 40+132+158=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #28849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28849E is #D77B61. Grayscale: #6B6B6B. Windows color (decimal): -14121826 or 10388520. OLE color: 10388520.
HSL color Cylindrical-coordinate representation of color #28849E: hue angle of 193.22º 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 #28849E is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 132 | 158 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.38 |
| HSL | 193.22º | 0.6% | 0.39% | - |
| HSV(B) | 193.22º | 0.75% | 0.62% | - |
| XYZ | 15.3 | 19.42 | 35.29 | - |
| YUV | 107.46 | 156.52 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 158 | 0.75 | 0.16 | 0 | 0.38 | 193.22 | 0.6 | 0.39 |
| Hex | 28 | 84 | 9E | 4B | 10 | 0 | 26 | C1 | 3C | 27 |
| Octal | 50 | 204 | 236 | 113 | 20 | 0 | 46 | 301 | 74 | 47 |
| Binary | 101000 | 10000100 | 10011110 | 1001011 | 10000 | 0 | 100110 | 11000001 | 111100 | 100111 |
Color Harmonies of #28849E
Complementary color
Monochromatic Colors of #28849E
Black with #28849E
Text Example
Text Example
White with #28849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28849E; }
p { color: rgb(40,132,158); }
H1.HeaderClassName
{
color: #28849E;
}
.AnyTagClassName
{
color: #28849E;
}
</style>
background-color css
<style>
a { background-color: #28849E; }
a { background-color: rgb(40,132,158); }
div.DivClassName
{
background-color: #28849E;
}
.BgClassName
{
background-color: #28849E;
}
</style>
border-color css
<style>
span { border-color: #28849E; }
span { border-color: rgb(40,132,158); }
td.TdClassName
{
border-color: #28849E;
}
.TagClassName
{
border-color: #28849E;
}
</style>