Shades of Scooter #28849C
Tints of Scooter #28849C
RGB
CMYK
RGB Variations
Color information
#28849C (or 0x28849C) is known color: Scooter. HEX triplet: 28, 84 and 9C. RGB value is (40,132,156). Sum of RGB (Red+Green+Blue) = 40+132+156=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #28849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28849C is #D77B63. Grayscale: #6B6B6B. Windows color (decimal): -14121828 or 10257448. OLE color: 10257448.
HSL color Cylindrical-coordinate representation of color #28849C: hue angle of 192.41º 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 #28849C is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 132 | 156 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.39 |
| HSL | 192.41º | 0.59% | 0.38% | - |
| HSV(B) | 192.41º | 0.74% | 0.61% | - |
| XYZ | 15.13 | 19.35 | 34.39 | - |
| YUV | 107.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 156 | 0.74 | 0.15 | 0 | 0.39 | 192.41 | 0.59 | 0.38 |
| Hex | 28 | 84 | 9C | 4A | F | 0 | 27 | C0 | 3B | 26 |
| Octal | 50 | 204 | 234 | 112 | 17 | 0 | 47 | 300 | 73 | 46 |
| Binary | 101000 | 10000100 | 10011100 | 1001010 | 1111 | 0 | 100111 | 11000000 | 111011 | 100110 |
Color Harmonies of #28849C
Complementary color
Monochromatic Colors of #28849C
Black with #28849C
Text Example
Text Example
White with #28849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28849C; }
p { color: rgb(40,132,156); }
H1.HeaderClassName
{
color: #28849C;
}
.AnyTagClassName
{
color: #28849C;
}
</style>
background-color css
<style>
a { background-color: #28849C; }
a { background-color: rgb(40,132,156); }
div.DivClassName
{
background-color: #28849C;
}
.BgClassName
{
background-color: #28849C;
}
</style>
border-color css
<style>
span { border-color: #28849C; }
span { border-color: rgb(40,132,156); }
td.TdClassName
{
border-color: #28849C;
}
.TagClassName
{
border-color: #28849C;
}
</style>