Shades of Scooter #2A80A4
Tints of Scooter #2A80A4
RGB
CMYK
RGB Variations
Color information
#2A80A4 (or 0x2A80A4) is known color: Scooter. HEX triplet: 2A, 80 and A4. RGB value is (42,128,164). Sum of RGB (Red+Green+Blue) = 42+128+164=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #2A80A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A80A4 is #D57F5B. Grayscale: #6A6A6A. Windows color (decimal): -13991772 or 10780714. OLE color: 10780714.
HSL color Cylindrical-coordinate representation of color #2A80A4: hue angle of 197.7º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A80A4 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 128 | 164 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.36 |
| HSL | 197.7º | 0.59% | 0.4% | - |
| HSV(B) | 197.7º | 0.74% | 0.64% | - |
| XYZ | 15.37 | 18.61 | 37.9 | - |
| YUV | 106.39 | 160.51 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 164 | 0.74 | 0.22 | 0 | 0.36 | 197.7 | 0.59 | 0.4 |
| Hex | 2A | 80 | A4 | 4A | 16 | 0 | 24 | C6 | 3B | 28 |
| Octal | 52 | 200 | 244 | 112 | 26 | 0 | 44 | 306 | 73 | 50 |
| Binary | 101010 | 10000000 | 10100100 | 1001010 | 10110 | 0 | 100100 | 11000110 | 111011 | 101000 |
Color Harmonies of #2A80A4
Complementary color
Monochromatic Colors of #2A80A4
Black with #2A80A4
Text Example
Text Example
White with #2A80A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A80A4; }
p { color: rgb(42,128,164); }
H1.HeaderClassName
{
color: #2A80A4;
}
.AnyTagClassName
{
color: #2A80A4;
}
</style>
background-color css
<style>
a { background-color: #2A80A4; }
a { background-color: rgb(42,128,164); }
div.DivClassName
{
background-color: #2A80A4;
}
.BgClassName
{
background-color: #2A80A4;
}
</style>
border-color css
<style>
span { border-color: #2A80A4; }
span { border-color: rgb(42,128,164); }
td.TdClassName
{
border-color: #2A80A4;
}
.TagClassName
{
border-color: #2A80A4;
}
</style>