Shades of Scooter #28819B
Tints of Scooter #28819B
RGB
CMYK
RGB Variations
Color information
#28819B (or 0x28819B) is known color: Scooter. HEX triplet: 28, 81 and 9B. RGB value is (40,129,155). Sum of RGB (Red+Green+Blue) = 40+129+155=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #28819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28819B is #D77E64. Grayscale: #696969. Windows color (decimal): -14122597 or 10191144. OLE color: 10191144.
HSL color Cylindrical-coordinate representation of color #28819B: hue angle of 193.57º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28819B is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 129 | 155 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.39 |
| HSL | 193.57º | 0.59% | 0.38% | - |
| HSV(B) | 193.57º | 0.74% | 0.61% | - |
| XYZ | 14.64 | 18.52 | 33.81 | - |
| YUV | 105.35 | 156.01 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 155 | 0.74 | 0.17 | 0 | 0.39 | 193.57 | 0.59 | 0.38 |
| Hex | 28 | 81 | 9B | 4A | 11 | 0 | 27 | C2 | 3B | 26 |
| Octal | 50 | 201 | 233 | 112 | 21 | 0 | 47 | 302 | 73 | 46 |
| Binary | 101000 | 10000001 | 10011011 | 1001010 | 10001 | 0 | 100111 | 11000010 | 111011 | 100110 |
Color Harmonies of #28819B
Complementary color
Monochromatic Colors of #28819B
Black with #28819B
Text Example
Text Example
White with #28819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28819B; }
p { color: rgb(40,129,155); }
H1.HeaderClassName
{
color: #28819B;
}
.AnyTagClassName
{
color: #28819B;
}
</style>
background-color css
<style>
a { background-color: #28819B; }
a { background-color: rgb(40,129,155); }
div.DivClassName
{
background-color: #28819B;
}
.BgClassName
{
background-color: #28819B;
}
</style>
border-color css
<style>
span { border-color: #28819B; }
span { border-color: rgb(40,129,155); }
td.TdClassName
{
border-color: #28819B;
}
.TagClassName
{
border-color: #28819B;
}
</style>