Shades of Scooter #2E93AA
Tints of Scooter #2E93AA
RGB
CMYK
RGB Variations
Color information
#2E93AA (or 0x2E93AA) is known color: Scooter. HEX triplet: 2E, 93 and AA. RGB value is (46,147,170). Sum of RGB (Red+Green+Blue) = 46+147+170=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E93AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E93AA is #D16C55. Grayscale: #777777. Windows color (decimal): -13724758 or 11178798. OLE color: 11178798.
HSL color Cylindrical-coordinate representation of color #2E93AA: hue angle of 191.13º 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 #2E93AA is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 147 | 170 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.33 |
| HSL | 191.13º | 0.57% | 0.42% | - |
| HSV(B) | 191.13º | 0.73% | 0.67% | - |
| XYZ | 18.82 | 24.35 | 41.74 | - |
| YUV | 119.42 | 156.54 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 147 | 170 | 0.73 | 0.14 | 0 | 0.33 | 191.13 | 0.57 | 0.42 |
| Hex | 2E | 93 | AA | 49 | E | 0 | 21 | BF | 39 | 2A |
| Octal | 56 | 223 | 252 | 111 | 16 | 0 | 41 | 277 | 71 | 52 |
| Binary | 101110 | 10010011 | 10101010 | 1001001 | 1110 | 0 | 100001 | 10111111 | 111001 | 101010 |
Color Harmonies of #2E93AA
Complementary color
Monochromatic Colors of #2E93AA
Black with #2E93AA
Text Example
Text Example
White with #2E93AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E93AA; }
p { color: rgb(46,147,170); }
H1.HeaderClassName
{
color: #2E93AA;
}
.AnyTagClassName
{
color: #2E93AA;
}
</style>
background-color css
<style>
a { background-color: #2E93AA; }
a { background-color: rgb(46,147,170); }
div.DivClassName
{
background-color: #2E93AA;
}
.BgClassName
{
background-color: #2E93AA;
}
</style>
border-color css
<style>
span { border-color: #2E93AA; }
span { border-color: rgb(46,147,170); }
td.TdClassName
{
border-color: #2E93AA;
}
.TagClassName
{
border-color: #2E93AA;
}
</style>