Shades of Scooter #28879F
Tints of Scooter #28879F
RGB
CMYK
RGB Variations
Color information
#28879F (or 0x28879F) is known color: Scooter. HEX triplet: 28, 87 and 9F. RGB value is (40,135,159). Sum of RGB (Red+Green+Blue) = 40+135+159=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #28879F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28879F is #D77860. Grayscale: #6D6D6D. Windows color (decimal): -14121057 or 10454824. OLE color: 10454824.
HSL color Cylindrical-coordinate representation of color #28879F: hue angle of 192.1º 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 #28879F is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 135 | 159 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.38 |
| HSL | 192.1º | 0.6% | 0.39% | - |
| HSV(B) | 192.1º | 0.75% | 0.62% | - |
| XYZ | 15.8 | 20.28 | 35.88 | - |
| YUV | 109.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 159 | 0.75 | 0.15 | 0 | 0.38 | 192.1 | 0.6 | 0.39 |
| Hex | 28 | 87 | 9F | 4B | F | 0 | 26 | C0 | 3C | 27 |
| Octal | 50 | 207 | 237 | 113 | 17 | 0 | 46 | 300 | 74 | 47 |
| Binary | 101000 | 10000111 | 10011111 | 1001011 | 1111 | 0 | 100110 | 11000000 | 111100 | 100111 |
Color Harmonies of #28879F
Complementary color
Monochromatic Colors of #28879F
Black with #28879F
Text Example
Text Example
White with #28879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28879F; }
p { color: rgb(40,135,159); }
H1.HeaderClassName
{
color: #28879F;
}
.AnyTagClassName
{
color: #28879F;
}
</style>
background-color css
<style>
a { background-color: #28879F; }
a { background-color: rgb(40,135,159); }
div.DivClassName
{
background-color: #28879F;
}
.BgClassName
{
background-color: #28879F;
}
</style>
border-color css
<style>
span { border-color: #28879F; }
span { border-color: rgb(40,135,159); }
td.TdClassName
{
border-color: #28879F;
}
.TagClassName
{
border-color: #28879F;
}
</style>