Shades of Scooter #2A8494
Tints of Scooter #2A8494
RGB
CMYK
RGB Variations
Color information
#2A8494 (or 0x2A8494) is known color: Scooter. HEX triplet: 2A, 84 and 94. RGB value is (42,132,148). Sum of RGB (Red+Green+Blue) = 42+132+148=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A8494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8494 is #D57B6B. Grayscale: #6A6A6A. Windows color (decimal): -13990764 or 9733162. OLE color: 9733162.
HSL color Cylindrical-coordinate representation of color #2A8494: hue angle of 189.06º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A8494 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 132 | 148 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.42 |
| HSL | 189.06º | 0.56% | 0.37% | - |
| HSV(B) | 189.06º | 0.72% | 0.58% | - |
| XYZ | 14.55 | 19.13 | 30.94 | - |
| YUV | 106.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 132 | 148 | 0.72 | 0.11 | 0 | 0.42 | 189.06 | 0.56 | 0.37 |
| Hex | 2A | 84 | 94 | 48 | B | 0 | 2A | BD | 38 | 25 |
| Octal | 52 | 204 | 224 | 110 | 13 | 0 | 52 | 275 | 70 | 45 |
| Binary | 101010 | 10000100 | 10010100 | 1001000 | 1011 | 0 | 101010 | 10111101 | 111000 | 100101 |
Color Harmonies of #2A8494
Complementary color
Monochromatic Colors of #2A8494
Black with #2A8494
Text Example
Text Example
White with #2A8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8494; }
p { color: rgb(42,132,148); }
H1.HeaderClassName
{
color: #2A8494;
}
.AnyTagClassName
{
color: #2A8494;
}
</style>
background-color css
<style>
a { background-color: #2A8494; }
a { background-color: rgb(42,132,148); }
div.DivClassName
{
background-color: #2A8494;
}
.BgClassName
{
background-color: #2A8494;
}
</style>
border-color css
<style>
span { border-color: #2A8494; }
span { border-color: rgb(42,132,148); }
td.TdClassName
{
border-color: #2A8494;
}
.TagClassName
{
border-color: #2A8494;
}
</style>