Shades of Scooter #28879D
Tints of Scooter #28879D
RGB
CMYK
RGB Variations
Color information
#28879D (or 0x28879D) is known color: Scooter. HEX triplet: 28, 87 and 9D. RGB value is (40,135,157). Sum of RGB (Red+Green+Blue) = 40+135+157=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #28879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28879D is #D77862. Grayscale: #6C6C6C. Windows color (decimal): -14121059 or 10323752. OLE color: 10323752.
HSL color Cylindrical-coordinate representation of color #28879D: hue angle of 191.28º 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 #28879D is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 135 | 157 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.38 |
| HSL | 191.28º | 0.59% | 0.39% | - |
| HSV(B) | 191.28º | 0.75% | 0.62% | - |
| XYZ | 15.62 | 20.21 | 34.98 | - |
| YUV | 109.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 157 | 0.75 | 0.14 | 0 | 0.38 | 191.28 | 0.59 | 0.39 |
| Hex | 28 | 87 | 9D | 4B | E | 0 | 26 | BF | 3B | 27 |
| Octal | 50 | 207 | 235 | 113 | 16 | 0 | 46 | 277 | 73 | 47 |
| Binary | 101000 | 10000111 | 10011101 | 1001011 | 1110 | 0 | 100110 | 10111111 | 111011 | 100111 |
Color Harmonies of #28879D
Complementary color
Monochromatic Colors of #28879D
Black with #28879D
Text Example
Text Example
White with #28879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28879D; }
p { color: rgb(40,135,157); }
H1.HeaderClassName
{
color: #28879D;
}
.AnyTagClassName
{
color: #28879D;
}
</style>
background-color css
<style>
a { background-color: #28879D; }
a { background-color: rgb(40,135,157); }
div.DivClassName
{
background-color: #28879D;
}
.BgClassName
{
background-color: #28879D;
}
</style>
border-color css
<style>
span { border-color: #28879D; }
span { border-color: rgb(40,135,157); }
td.TdClassName
{
border-color: #28879D;
}
.TagClassName
{
border-color: #28879D;
}
</style>