Shades of Scooter #2A8093
Tints of Scooter #2A8093
RGB
CMYK
RGB Variations
Color information
#2A8093 (or 0x2A8093) is known color: Scooter. HEX triplet: 2A, 80 and 93. RGB value is (42,128,147). Sum of RGB (Red+Green+Blue) = 42+128+147=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A8093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8093 is #D57F6C. Grayscale: #686868. Windows color (decimal): -13991789 or 9666602. OLE color: 9666602.
HSL color Cylindrical-coordinate representation of color #2A8093: hue angle of 190.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8093 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 128 | 147 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.42 |
| HSL | 190.86º | 0.56% | 0.37% | - |
| HSV(B) | 190.86º | 0.71% | 0.58% | - |
| XYZ | 13.94 | 18.04 | 30.35 | - |
| YUV | 104.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 147 | 0.71 | 0.13 | 0 | 0.42 | 190.86 | 0.56 | 0.37 |
| Hex | 2A | 80 | 93 | 47 | D | 0 | 2A | BF | 38 | 25 |
| Octal | 52 | 200 | 223 | 107 | 15 | 0 | 52 | 277 | 70 | 45 |
| Binary | 101010 | 10000000 | 10010011 | 1000111 | 1101 | 0 | 101010 | 10111111 | 111000 | 100101 |
Color Harmonies of #2A8093
Complementary color
Monochromatic Colors of #2A8093
Black with #2A8093
Text Example
Text Example
White with #2A8093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8093; }
p { color: rgb(42,128,147); }
H1.HeaderClassName
{
color: #2A8093;
}
.AnyTagClassName
{
color: #2A8093;
}
</style>
background-color css
<style>
a { background-color: #2A8093; }
a { background-color: rgb(42,128,147); }
div.DivClassName
{
background-color: #2A8093;
}
.BgClassName
{
background-color: #2A8093;
}
</style>
border-color css
<style>
span { border-color: #2A8093; }
span { border-color: rgb(42,128,147); }
td.TdClassName
{
border-color: #2A8093;
}
.TagClassName
{
border-color: #2A8093;
}
</style>