Shades of Scooter #2A88A6
Tints of Scooter #2A88A6
RGB
CMYK
RGB Variations
Color information
#2A88A6 (or 0x2A88A6) is known color: Scooter. HEX triplet: 2A, 88 and A6. RGB value is (42,136,166). Sum of RGB (Red+Green+Blue) = 42+136+166=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 166 - color contains mainly: blue. Hex color #2A88A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A88A6 is #D57759. Grayscale: #6F6F6F. Windows color (decimal): -13989722 or 10913834. OLE color: 10913834.
HSL color Cylindrical-coordinate representation of color #2A88A6: hue angle of 194.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A88A6 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 136 | 166 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.35 |
| HSL | 194.52º | 0.6% | 0.41% | - |
| HSV(B) | 194.52º | 0.75% | 0.65% | - |
| XYZ | 16.64 | 20.85 | 39.22 | - |
| YUV | 111.31 | 158.86 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 166 | 0.75 | 0.18 | 0 | 0.35 | 194.52 | 0.6 | 0.41 |
| Hex | 2A | 88 | A6 | 4B | 12 | 0 | 23 | C3 | 3C | 29 |
| Octal | 52 | 210 | 246 | 113 | 22 | 0 | 43 | 303 | 74 | 51 |
| Binary | 101010 | 10001000 | 10100110 | 1001011 | 10010 | 0 | 100011 | 11000011 | 111100 | 101001 |
Color Harmonies of #2A88A6
Complementary color
Monochromatic Colors of #2A88A6
Black with #2A88A6
Text Example
Text Example
White with #2A88A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A88A6; }
p { color: rgb(42,136,166); }
H1.HeaderClassName
{
color: #2A88A6;
}
.AnyTagClassName
{
color: #2A88A6;
}
</style>
background-color css
<style>
a { background-color: #2A88A6; }
a { background-color: rgb(42,136,166); }
div.DivClassName
{
background-color: #2A88A6;
}
.BgClassName
{
background-color: #2A88A6;
}
</style>
border-color css
<style>
span { border-color: #2A88A6; }
span { border-color: rgb(42,136,166); }
td.TdClassName
{
border-color: #2A88A6;
}
.TagClassName
{
border-color: #2A88A6;
}
</style>