Shades of Scooter #2A8693
Tints of Scooter #2A8693
RGB
CMYK
RGB Variations
Color information
#2A8693 (or 0x2A8693) is known color: Scooter. HEX triplet: 2A, 86 and 93. RGB value is (42,134,147). Sum of RGB (Red+Green+Blue) = 42+134+147=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A8693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8693 is #D5796C. Grayscale: #6B6B6B. Windows color (decimal): -13990253 or 9668138. OLE color: 9668138.
HSL color Cylindrical-coordinate representation of color #2A8693: hue angle of 187.43º 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 #2A8693 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 134 | 147 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.42 |
| HSL | 187.43º | 0.56% | 0.37% | - |
| HSV(B) | 187.43º | 0.71% | 0.58% | - |
| XYZ | 14.75 | 19.65 | 30.62 | - |
| YUV | 107.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 147 | 0.71 | 0.09 | 0 | 0.42 | 187.43 | 0.56 | 0.37 |
| Hex | 2A | 86 | 93 | 47 | 9 | 0 | 2A | BB | 38 | 25 |
| Octal | 52 | 206 | 223 | 107 | 11 | 0 | 52 | 273 | 70 | 45 |
| Binary | 101010 | 10000110 | 10010011 | 1000111 | 1001 | 0 | 101010 | 10111011 | 111000 | 100101 |
Color Harmonies of #2A8693
Complementary color
Monochromatic Colors of #2A8693
Black with #2A8693
Text Example
Text Example
White with #2A8693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8693; }
p { color: rgb(42,134,147); }
H1.HeaderClassName
{
color: #2A8693;
}
.AnyTagClassName
{
color: #2A8693;
}
</style>
background-color css
<style>
a { background-color: #2A8693; }
a { background-color: rgb(42,134,147); }
div.DivClassName
{
background-color: #2A8693;
}
.BgClassName
{
background-color: #2A8693;
}
</style>
border-color css
<style>
span { border-color: #2A8693; }
span { border-color: rgb(42,134,147); }
td.TdClassName
{
border-color: #2A8693;
}
.TagClassName
{
border-color: #2A8693;
}
</style>