Shades of Scooter #2A889D
Tints of Scooter #2A889D
RGB
CMYK
RGB Variations
Color information
#2A889D (or 0x2A889D) is known color: Scooter. HEX triplet: 2A, 88 and 9D. RGB value is (42,136,157). Sum of RGB (Red+Green+Blue) = 42+136+157=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A889D is #D57762. Grayscale: #6E6E6E. Windows color (decimal): -13989731 or 10324010. OLE color: 10324010.
HSL color Cylindrical-coordinate representation of color #2A889D: hue angle of 190.96º 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 #2A889D is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 136 | 157 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.38 |
| HSL | 190.96º | 0.58% | 0.39% | - |
| HSV(B) | 190.96º | 0.73% | 0.62% | - |
| XYZ | 15.84 | 20.53 | 35.03 | - |
| YUV | 110.29 | 154.36 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 157 | 0.73 | 0.13 | 0 | 0.38 | 190.96 | 0.58 | 0.39 |
| Hex | 2A | 88 | 9D | 49 | D | 0 | 26 | BF | 3A | 27 |
| Octal | 52 | 210 | 235 | 111 | 15 | 0 | 46 | 277 | 72 | 47 |
| Binary | 101010 | 10001000 | 10011101 | 1001001 | 1101 | 0 | 100110 | 10111111 | 111010 | 100111 |
Color Harmonies of #2A889D
Complementary color
Monochromatic Colors of #2A889D
Black with #2A889D
Text Example
Text Example
White with #2A889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A889D; }
p { color: rgb(42,136,157); }
H1.HeaderClassName
{
color: #2A889D;
}
.AnyTagClassName
{
color: #2A889D;
}
</style>
background-color css
<style>
a { background-color: #2A889D; }
a { background-color: rgb(42,136,157); }
div.DivClassName
{
background-color: #2A889D;
}
.BgClassName
{
background-color: #2A889D;
}
</style>
border-color css
<style>
span { border-color: #2A889D; }
span { border-color: rgb(42,136,157); }
td.TdClassName
{
border-color: #2A889D;
}
.TagClassName
{
border-color: #2A889D;
}
</style>