Shades of Scooter #2E8DAA
Tints of Scooter #2E8DAA
RGB
CMYK
RGB Variations
Color information
#2E8DAA (or 0x2E8DAA) is known color: Scooter. HEX triplet: 2E, 8D and AA. RGB value is (46,141,170). Sum of RGB (Red+Green+Blue) = 46+141+170=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E8DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8DAA is #D17255. Grayscale: #737373. Windows color (decimal): -13726294 or 11177262. OLE color: 11177262.
HSL color Cylindrical-coordinate representation of color #2E8DAA: hue angle of 194.03º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E8DAA is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 141 | 170 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.33 |
| HSL | 194.03º | 0.57% | 0.42% | - |
| HSV(B) | 194.03º | 0.73% | 0.67% | - |
| XYZ | 17.91 | 22.53 | 41.44 | - |
| YUV | 115.9 | 158.53 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 170 | 0.73 | 0.17 | 0 | 0.33 | 194.03 | 0.57 | 0.42 |
| Hex | 2E | 8D | AA | 49 | 11 | 0 | 21 | C2 | 39 | 2A |
| Octal | 56 | 215 | 252 | 111 | 21 | 0 | 41 | 302 | 71 | 52 |
| Binary | 101110 | 10001101 | 10101010 | 1001001 | 10001 | 0 | 100001 | 11000010 | 111001 | 101010 |
Color Harmonies of #2E8DAA
Complementary color
Monochromatic Colors of #2E8DAA
Black with #2E8DAA
Text Example
Text Example
White with #2E8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8DAA; }
p { color: rgb(46,141,170); }
H1.HeaderClassName
{
color: #2E8DAA;
}
.AnyTagClassName
{
color: #2E8DAA;
}
</style>
background-color css
<style>
a { background-color: #2E8DAA; }
a { background-color: rgb(46,141,170); }
div.DivClassName
{
background-color: #2E8DAA;
}
.BgClassName
{
background-color: #2E8DAA;
}
</style>
border-color css
<style>
span { border-color: #2E8DAA; }
span { border-color: rgb(46,141,170); }
td.TdClassName
{
border-color: #2E8DAA;
}
.TagClassName
{
border-color: #2E8DAA;
}
</style>