Shades of Scooter #2A809B
Tints of Scooter #2A809B
RGB
CMYK
RGB Variations
Color information
#2A809B (or 0x2A809B) is known color: Scooter. HEX triplet: 2A, 80 and 9B. RGB value is (42,128,155). Sum of RGB (Red+Green+Blue) = 42+128+155=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A809B is #D57F64. Grayscale: #696969. Windows color (decimal): -13991781 or 10190890. OLE color: 10190890.
HSL color Cylindrical-coordinate representation of color #2A809B: hue angle of 194.34º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A809B is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 128 | 155 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.39 |
| HSL | 194.34º | 0.57% | 0.39% | - |
| HSV(B) | 194.34º | 0.73% | 0.61% | - |
| XYZ | 14.59 | 18.3 | 33.77 | - |
| YUV | 105.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 155 | 0.73 | 0.17 | 0 | 0.39 | 194.34 | 0.57 | 0.39 |
| Hex | 2A | 80 | 9B | 49 | 11 | 0 | 27 | C2 | 39 | 27 |
| Octal | 52 | 200 | 233 | 111 | 21 | 0 | 47 | 302 | 71 | 47 |
| Binary | 101010 | 10000000 | 10011011 | 1001001 | 10001 | 0 | 100111 | 11000010 | 111001 | 100111 |
Color Harmonies of #2A809B
Complementary color
Monochromatic Colors of #2A809B
Black with #2A809B
Text Example
Text Example
White with #2A809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A809B; }
p { color: rgb(42,128,155); }
H1.HeaderClassName
{
color: #2A809B;
}
.AnyTagClassName
{
color: #2A809B;
}
</style>
background-color css
<style>
a { background-color: #2A809B; }
a { background-color: rgb(42,128,155); }
div.DivClassName
{
background-color: #2A809B;
}
.BgClassName
{
background-color: #2A809B;
}
</style>
border-color css
<style>
span { border-color: #2A809B; }
span { border-color: rgb(42,128,155); }
td.TdClassName
{
border-color: #2A809B;
}
.TagClassName
{
border-color: #2A809B;
}
</style>