Shades of Scooter #2E8CAA
Tints of Scooter #2E8CAA
RGB
CMYK
RGB Variations
Color information
#2E8CAA (or 0x2E8CAA) is known color: Scooter. HEX triplet: 2E, 8C and AA. RGB value is (46,140,170). Sum of RGB (Red+Green+Blue) = 46+140+170=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E8CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8CAA is #D17355. Grayscale: #737373. Windows color (decimal): -13726550 or 11177006. OLE color: 11177006.
HSL color Cylindrical-coordinate representation of color #2E8CAA: hue angle of 194.52º 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 #2E8CAA is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 140 | 170 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.33 |
| HSL | 194.52º | 0.57% | 0.42% | - |
| HSV(B) | 194.52º | 0.73% | 0.67% | - |
| XYZ | 17.76 | 22.24 | 41.39 | - |
| YUV | 115.31 | 158.86 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 170 | 0.73 | 0.18 | 0 | 0.33 | 194.52 | 0.57 | 0.42 |
| Hex | 2E | 8C | AA | 49 | 12 | 0 | 21 | C3 | 39 | 2A |
| Octal | 56 | 214 | 252 | 111 | 22 | 0 | 41 | 303 | 71 | 52 |
| Binary | 101110 | 10001100 | 10101010 | 1001001 | 10010 | 0 | 100001 | 11000011 | 111001 | 101010 |
Color Harmonies of #2E8CAA
Complementary color
Monochromatic Colors of #2E8CAA
Black with #2E8CAA
Text Example
Text Example
White with #2E8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8CAA; }
p { color: rgb(46,140,170); }
H1.HeaderClassName
{
color: #2E8CAA;
}
.AnyTagClassName
{
color: #2E8CAA;
}
</style>
background-color css
<style>
a { background-color: #2E8CAA; }
a { background-color: rgb(46,140,170); }
div.DivClassName
{
background-color: #2E8CAA;
}
.BgClassName
{
background-color: #2E8CAA;
}
</style>
border-color css
<style>
span { border-color: #2E8CAA; }
span { border-color: rgb(46,140,170); }
td.TdClassName
{
border-color: #2E8CAA;
}
.TagClassName
{
border-color: #2E8CAA;
}
</style>