Shades of Scooter #28838F
Tints of Scooter #28838F
RGB
CMYK
RGB Variations
Color information
#28838F (or 0x28838F) is known color: Scooter. HEX triplet: 28, 83 and 8F. RGB value is (40,131,143). Sum of RGB (Red+Green+Blue) = 40+131+143=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #28838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28838F is #D77C70. Grayscale: #696969. Windows color (decimal): -14122097 or 9405224. OLE color: 9405224.
HSL color Cylindrical-coordinate representation of color #28838F: hue angle of 186.99º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28838F is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 131 | 143 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.44 |
| HSL | 186.99º | 0.56% | 0.36% | - |
| HSV(B) | 186.99º | 0.72% | 0.56% | - |
| XYZ | 13.95 | 18.67 | 28.85 | - |
| YUV | 105.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 143 | 0.72 | 0.08 | 0 | 0.44 | 186.99 | 0.56 | 0.36 |
| Hex | 28 | 83 | 8F | 48 | 8 | 0 | 2C | BB | 38 | 24 |
| Octal | 50 | 203 | 217 | 110 | 10 | 0 | 54 | 273 | 70 | 44 |
| Binary | 101000 | 10000011 | 10001111 | 1001000 | 1000 | 0 | 101100 | 10111011 | 111000 | 100100 |
Color Harmonies of #28838F
Complementary color
Monochromatic Colors of #28838F
Black with #28838F
Text Example
Text Example
White with #28838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28838F; }
p { color: rgb(40,131,143); }
H1.HeaderClassName
{
color: #28838F;
}
.AnyTagClassName
{
color: #28838F;
}
</style>
background-color css
<style>
a { background-color: #28838F; }
a { background-color: rgb(40,131,143); }
div.DivClassName
{
background-color: #28838F;
}
.BgClassName
{
background-color: #28838F;
}
</style>
border-color css
<style>
span { border-color: #28838F; }
span { border-color: rgb(40,131,143); }
td.TdClassName
{
border-color: #28838F;
}
.TagClassName
{
border-color: #28838F;
}
</style>