Shades of Scooter #28839D
Tints of Scooter #28839D
RGB
CMYK
RGB Variations
Color information
#28839D (or 0x28839D) is known color: Scooter. HEX triplet: 28, 83 and 9D. RGB value is (40,131,157). Sum of RGB (Red+Green+Blue) = 40+131+157=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #28839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28839D is #D77C62. Grayscale: #6A6A6A. Windows color (decimal): -14122083 or 10322728. OLE color: 10322728.
HSL color Cylindrical-coordinate representation of color #28839D: hue angle of 193.33º 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 #28839D is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 131 | 157 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.38 |
| HSL | 193.33º | 0.59% | 0.39% | - |
| HSV(B) | 193.33º | 0.75% | 0.62% | - |
| XYZ | 15.08 | 19.12 | 34.79 | - |
| YUV | 106.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 157 | 0.75 | 0.17 | 0 | 0.38 | 193.33 | 0.59 | 0.39 |
| Hex | 28 | 83 | 9D | 4B | 11 | 0 | 26 | C1 | 3B | 27 |
| Octal | 50 | 203 | 235 | 113 | 21 | 0 | 46 | 301 | 73 | 47 |
| Binary | 101000 | 10000011 | 10011101 | 1001011 | 10001 | 0 | 100110 | 11000001 | 111011 | 100111 |
Color Harmonies of #28839D
Complementary color
Monochromatic Colors of #28839D
Black with #28839D
Text Example
Text Example
White with #28839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28839D; }
p { color: rgb(40,131,157); }
H1.HeaderClassName
{
color: #28839D;
}
.AnyTagClassName
{
color: #28839D;
}
</style>
background-color css
<style>
a { background-color: #28839D; }
a { background-color: rgb(40,131,157); }
div.DivClassName
{
background-color: #28839D;
}
.BgClassName
{
background-color: #28839D;
}
</style>
border-color css
<style>
span { border-color: #28839D; }
span { border-color: rgb(40,131,157); }
td.TdClassName
{
border-color: #28839D;
}
.TagClassName
{
border-color: #28839D;
}
</style>