Shades of Scooter #2A879E
Tints of Scooter #2A879E
RGB
CMYK
RGB Variations
Color information
#2A879E (or 0x2A879E) is known color: Scooter. HEX triplet: 2A, 87 and 9E. RGB value is (42,135,158). Sum of RGB (Red+Green+Blue) = 42+135+158=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A879E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A879E is #D57861. Grayscale: #6D6D6D. Windows color (decimal): -13989986 or 10389290. OLE color: 10389290.
HSL color Cylindrical-coordinate representation of color #2A879E: hue angle of 191.9º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A879E is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 135 | 158 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.38 |
| HSL | 191.9º | 0.58% | 0.39% | - |
| HSV(B) | 191.9º | 0.73% | 0.62% | - |
| XYZ | 15.79 | 20.29 | 35.43 | - |
| YUV | 109.82 | 155.19 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 158 | 0.73 | 0.15 | 0 | 0.38 | 191.9 | 0.58 | 0.39 |
| Hex | 2A | 87 | 9E | 49 | F | 0 | 26 | C0 | 3A | 27 |
| Octal | 52 | 207 | 236 | 111 | 17 | 0 | 46 | 300 | 72 | 47 |
| Binary | 101010 | 10000111 | 10011110 | 1001001 | 1111 | 0 | 100110 | 11000000 | 111010 | 100111 |
Color Harmonies of #2A879E
Complementary color
Monochromatic Colors of #2A879E
Black with #2A879E
Text Example
Text Example
White with #2A879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A879E; }
p { color: rgb(42,135,158); }
H1.HeaderClassName
{
color: #2A879E;
}
.AnyTagClassName
{
color: #2A879E;
}
</style>
background-color css
<style>
a { background-color: #2A879E; }
a { background-color: rgb(42,135,158); }
div.DivClassName
{
background-color: #2A879E;
}
.BgClassName
{
background-color: #2A879E;
}
</style>
border-color css
<style>
span { border-color: #2A879E; }
span { border-color: rgb(42,135,158); }
td.TdClassName
{
border-color: #2A879E;
}
.TagClassName
{
border-color: #2A879E;
}
</style>