Shades of Scooter #28819F
Tints of Scooter #28819F
RGB
CMYK
RGB Variations
Color information
#28819F (or 0x28819F) is known color: Scooter. HEX triplet: 28, 81 and 9F. RGB value is (40,129,159). Sum of RGB (Red+Green+Blue) = 40+129+159=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #28819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28819F is #D77E60. Grayscale: #696969. Windows color (decimal): -14122593 or 10453288. OLE color: 10453288.
HSL color Cylindrical-coordinate representation of color #28819F: hue angle of 195.13º 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 #28819F is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 129 | 159 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.38 |
| HSL | 195.13º | 0.6% | 0.39% | - |
| HSV(B) | 195.13º | 0.75% | 0.62% | - |
| XYZ | 14.98 | 18.65 | 35.61 | - |
| YUV | 105.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 159 | 0.75 | 0.19 | 0 | 0.38 | 195.13 | 0.6 | 0.39 |
| Hex | 28 | 81 | 9F | 4B | 13 | 0 | 26 | C3 | 3C | 27 |
| Octal | 50 | 201 | 237 | 113 | 23 | 0 | 46 | 303 | 74 | 47 |
| Binary | 101000 | 10000001 | 10011111 | 1001011 | 10011 | 0 | 100110 | 11000011 | 111100 | 100111 |
Color Harmonies of #28819F
Complementary color
Monochromatic Colors of #28819F
Black with #28819F
Text Example
Text Example
White with #28819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28819F; }
p { color: rgb(40,129,159); }
H1.HeaderClassName
{
color: #28819F;
}
.AnyTagClassName
{
color: #28819F;
}
</style>
background-color css
<style>
a { background-color: #28819F; }
a { background-color: rgb(40,129,159); }
div.DivClassName
{
background-color: #28819F;
}
.BgClassName
{
background-color: #28819F;
}
</style>
border-color css
<style>
span { border-color: #28819F; }
span { border-color: rgb(40,129,159); }
td.TdClassName
{
border-color: #28819F;
}
.TagClassName
{
border-color: #28819F;
}
</style>