Shades of Scooter #2A80AB
Tints of Scooter #2A80AB
RGB
CMYK
RGB Variations
Color information
#2A80AB (or 0x2A80AB) is known color: Scooter. HEX triplet: 2A, 80 and AB. RGB value is (42,128,171). Sum of RGB (Red+Green+Blue) = 42+128+171=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A80AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A80AB is #D57F54. Grayscale: #6A6A6A. Windows color (decimal): -13991765 or 11239466. OLE color: 11239466.
HSL color Cylindrical-coordinate representation of color #2A80AB: hue angle of 200º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A80AB is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 128 | 171 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.33 |
| HSL | 200º | 0.61% | 0.42% | - |
| HSV(B) | 200º | 0.75% | 0.67% | - |
| XYZ | 16.02 | 18.87 | 41.33 | - |
| YUV | 107.19 | 164.01 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 171 | 0.75 | 0.25 | 0 | 0.33 | 200 | 0.61 | 0.42 |
| Hex | 2A | 80 | AB | 4B | 19 | 0 | 21 | C8 | 3D | 2A |
| Octal | 52 | 200 | 253 | 113 | 31 | 0 | 41 | 310 | 75 | 52 |
| Binary | 101010 | 10000000 | 10101011 | 1001011 | 11001 | 0 | 100001 | 11001000 | 111101 | 101010 |
Color Harmonies of #2A80AB
Complementary color
Monochromatic Colors of #2A80AB
Black with #2A80AB
Text Example
Text Example
White with #2A80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A80AB; }
p { color: rgb(42,128,171); }
H1.HeaderClassName
{
color: #2A80AB;
}
.AnyTagClassName
{
color: #2A80AB;
}
</style>
background-color css
<style>
a { background-color: #2A80AB; }
a { background-color: rgb(42,128,171); }
div.DivClassName
{
background-color: #2A80AB;
}
.BgClassName
{
background-color: #2A80AB;
}
</style>
border-color css
<style>
span { border-color: #2A80AB; }
span { border-color: rgb(42,128,171); }
td.TdClassName
{
border-color: #2A80AB;
}
.TagClassName
{
border-color: #2A80AB;
}
</style>