Shades of Scooter #28869F
Tints of Scooter #28869F
RGB
CMYK
RGB Variations
Color information
#28869F (or 0x28869F) is known color: Scooter. HEX triplet: 28, 86 and 9F. RGB value is (40,134,159). Sum of RGB (Red+Green+Blue) = 40+134+159=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #28869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28869F is #D77960. Grayscale: #6C6C6C. Windows color (decimal): -14121313 or 10454568. OLE color: 10454568.
HSL color Cylindrical-coordinate representation of color #28869F: hue angle of 192.61º 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 #28869F is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 134 | 159 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.38 |
| HSL | 192.61º | 0.6% | 0.39% | - |
| HSV(B) | 192.61º | 0.75% | 0.62% | - |
| XYZ | 15.66 | 20 | 35.84 | - |
| YUV | 108.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 159 | 0.75 | 0.16 | 0 | 0.38 | 192.61 | 0.6 | 0.39 |
| Hex | 28 | 86 | 9F | 4B | 10 | 0 | 26 | C1 | 3C | 27 |
| Octal | 50 | 206 | 237 | 113 | 20 | 0 | 46 | 301 | 74 | 47 |
| Binary | 101000 | 10000110 | 10011111 | 1001011 | 10000 | 0 | 100110 | 11000001 | 111100 | 100111 |
Color Harmonies of #28869F
Complementary color
Monochromatic Colors of #28869F
Black with #28869F
Text Example
Text Example
White with #28869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28869F; }
p { color: rgb(40,134,159); }
H1.HeaderClassName
{
color: #28869F;
}
.AnyTagClassName
{
color: #28869F;
}
</style>
background-color css
<style>
a { background-color: #28869F; }
a { background-color: rgb(40,134,159); }
div.DivClassName
{
background-color: #28869F;
}
.BgClassName
{
background-color: #28869F;
}
</style>
border-color css
<style>
span { border-color: #28869F; }
span { border-color: rgb(40,134,159); }
td.TdClassName
{
border-color: #28869F;
}
.TagClassName
{
border-color: #28869F;
}
</style>