Shades of Scooter #28849D
Tints of Scooter #28849D
RGB
CMYK
RGB Variations
Color information
#28849D (or 0x28849D) is known color: Scooter. HEX triplet: 28, 84 and 9D. RGB value is (40,132,157). Sum of RGB (Red+Green+Blue) = 40+132+157=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #28849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28849D is #D77B62. Grayscale: #6B6B6B. Windows color (decimal): -14121827 or 10322984. OLE color: 10322984.
HSL color Cylindrical-coordinate representation of color #28849D: hue angle of 192.82º 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 #28849D is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 132 | 157 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.38 |
| HSL | 192.82º | 0.59% | 0.39% | - |
| HSV(B) | 192.82º | 0.75% | 0.62% | - |
| XYZ | 15.21 | 19.39 | 34.84 | - |
| YUV | 107.34 | 156.02 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 157 | 0.75 | 0.16 | 0 | 0.38 | 192.82 | 0.59 | 0.39 |
| Hex | 28 | 84 | 9D | 4B | 10 | 0 | 26 | C1 | 3B | 27 |
| Octal | 50 | 204 | 235 | 113 | 20 | 0 | 46 | 301 | 73 | 47 |
| Binary | 101000 | 10000100 | 10011101 | 1001011 | 10000 | 0 | 100110 | 11000001 | 111011 | 100111 |
Color Harmonies of #28849D
Complementary color
Monochromatic Colors of #28849D
Black with #28849D
Text Example
Text Example
White with #28849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28849D; }
p { color: rgb(40,132,157); }
H1.HeaderClassName
{
color: #28849D;
}
.AnyTagClassName
{
color: #28849D;
}
</style>
background-color css
<style>
a { background-color: #28849D; }
a { background-color: rgb(40,132,157); }
div.DivClassName
{
background-color: #28849D;
}
.BgClassName
{
background-color: #28849D;
}
</style>
border-color css
<style>
span { border-color: #28849D; }
span { border-color: rgb(40,132,157); }
td.TdClassName
{
border-color: #28849D;
}
.TagClassName
{
border-color: #28849D;
}
</style>