Shades of Scooter #2A87AA
Tints of Scooter #2A87AA
RGB
CMYK
RGB Variations
Color information
#2A87AA (or 0x2A87AA) is known color: Scooter. HEX triplet: 2A, 87 and AA. RGB value is (42,135,170). Sum of RGB (Red+Green+Blue) = 42+135+170=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A87AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A87AA is #D57855. Grayscale: #6E6E6E. Windows color (decimal): -13989974 or 11175722. OLE color: 11175722.
HSL color Cylindrical-coordinate representation of color #2A87AA: hue angle of 196.41º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A87AA is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 135 | 170 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.33 |
| HSL | 196.41º | 0.6% | 0.42% | - |
| HSV(B) | 196.41º | 0.75% | 0.67% | - |
| XYZ | 16.87 | 20.72 | 41.14 | - |
| YUV | 111.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 170 | 0.75 | 0.21 | 0 | 0.33 | 196.41 | 0.6 | 0.42 |
| Hex | 2A | 87 | AA | 4B | 15 | 0 | 21 | C4 | 3C | 2A |
| Octal | 52 | 207 | 252 | 113 | 25 | 0 | 41 | 304 | 74 | 52 |
| Binary | 101010 | 10000111 | 10101010 | 1001011 | 10101 | 0 | 100001 | 11000100 | 111100 | 101010 |
Color Harmonies of #2A87AA
Complementary color
Monochromatic Colors of #2A87AA
Black with #2A87AA
Text Example
Text Example
White with #2A87AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A87AA; }
p { color: rgb(42,135,170); }
H1.HeaderClassName
{
color: #2A87AA;
}
.AnyTagClassName
{
color: #2A87AA;
}
</style>
background-color css
<style>
a { background-color: #2A87AA; }
a { background-color: rgb(42,135,170); }
div.DivClassName
{
background-color: #2A87AA;
}
.BgClassName
{
background-color: #2A87AA;
}
</style>
border-color css
<style>
span { border-color: #2A87AA; }
span { border-color: rgb(42,135,170); }
td.TdClassName
{
border-color: #2A87AA;
}
.TagClassName
{
border-color: #2A87AA;
}
</style>