Shades of Scooter #28919C
Tints of Scooter #28919C
RGB
CMYK
RGB Variations
Color information
#28919C (or 0x28919C) is known color: Scooter. HEX triplet: 28, 91 and 9C. RGB value is (40,145,156). Sum of RGB (Red+Green+Blue) = 40+145+156=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #28919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28919C is #D76E63. Grayscale: #727272. Windows color (decimal): -14118500 or 10260776. OLE color: 10260776.
HSL color Cylindrical-coordinate representation of color #28919C: hue angle of 185.69º 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 #28919C is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 145 | 156 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.39 |
| HSL | 185.69º | 0.59% | 0.38% | - |
| HSV(B) | 185.69º | 0.74% | 0.61% | - |
| XYZ | 17 | 23.1 | 35.02 | - |
| YUV | 114.86 | 151.21 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 156 | 0.74 | 0.07 | 0 | 0.39 | 185.69 | 0.59 | 0.38 |
| Hex | 28 | 91 | 9C | 4A | 7 | 0 | 27 | BA | 3B | 26 |
| Octal | 50 | 221 | 234 | 112 | 7 | 0 | 47 | 272 | 73 | 46 |
| Binary | 101000 | 10010001 | 10011100 | 1001010 | 111 | 0 | 100111 | 10111010 | 111011 | 100110 |
Color Harmonies of #28919C
Complementary color
Monochromatic Colors of #28919C
Black with #28919C
Text Example
Text Example
White with #28919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28919C; }
p { color: rgb(40,145,156); }
H1.HeaderClassName
{
color: #28919C;
}
.AnyTagClassName
{
color: #28919C;
}
</style>
background-color css
<style>
a { background-color: #28919C; }
a { background-color: rgb(40,145,156); }
div.DivClassName
{
background-color: #28919C;
}
.BgClassName
{
background-color: #28919C;
}
</style>
border-color css
<style>
span { border-color: #28919C; }
span { border-color: rgb(40,145,156); }
td.TdClassName
{
border-color: #28919C;
}
.TagClassName
{
border-color: #28919C;
}
</style>