Shades of Scooter #2E8EA4
Tints of Scooter #2E8EA4
RGB
CMYK
RGB Variations
Color information
#2E8EA4 (or 0x2E8EA4) is known color: Scooter. HEX triplet: 2E, 8E and A4. RGB value is (46,142,164). Sum of RGB (Red+Green+Blue) = 46+142+164=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #2E8EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8EA4 is #D1715B. Grayscale: #737373. Windows color (decimal): -13726044 or 10784302. OLE color: 10784302.
HSL color Cylindrical-coordinate representation of color #2E8EA4: hue angle of 191.19º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E8EA4 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 142 | 164 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.36 |
| HSL | 191.19º | 0.56% | 0.41% | - |
| HSV(B) | 191.19º | 0.72% | 0.64% | - |
| XYZ | 17.5 | 22.61 | 38.56 | - |
| YUV | 115.8 | 155.2 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 142 | 164 | 0.72 | 0.13 | 0 | 0.36 | 191.19 | 0.56 | 0.41 |
| Hex | 2E | 8E | A4 | 48 | D | 0 | 24 | BF | 38 | 29 |
| Octal | 56 | 216 | 244 | 110 | 15 | 0 | 44 | 277 | 70 | 51 |
| Binary | 101110 | 10001110 | 10100100 | 1001000 | 1101 | 0 | 100100 | 10111111 | 111000 | 101001 |
Color Harmonies of #2E8EA4
Complementary color
Monochromatic Colors of #2E8EA4
Black with #2E8EA4
Text Example
Text Example
White with #2E8EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8EA4; }
p { color: rgb(46,142,164); }
H1.HeaderClassName
{
color: #2E8EA4;
}
.AnyTagClassName
{
color: #2E8EA4;
}
</style>
background-color css
<style>
a { background-color: #2E8EA4; }
a { background-color: rgb(46,142,164); }
div.DivClassName
{
background-color: #2E8EA4;
}
.BgClassName
{
background-color: #2E8EA4;
}
</style>
border-color css
<style>
span { border-color: #2E8EA4; }
span { border-color: rgb(46,142,164); }
td.TdClassName
{
border-color: #2E8EA4;
}
.TagClassName
{
border-color: #2E8EA4;
}
</style>