Shades of Scooter #2E89A0
Tints of Scooter #2E89A0
RGB
CMYK
RGB Variations
Color information
#2E89A0 (or 0x2E89A0) is known color: Scooter. HEX triplet: 2E, 89 and A0. RGB value is (46,137,160). Sum of RGB (Red+Green+Blue) = 46+137+160=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 160 - color contains mainly: blue. Hex color #2E89A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E89A0 is #D1765F. Grayscale: #707070. Windows color (decimal): -13727328 or 10520878. OLE color: 10520878.
HSL color Cylindrical-coordinate representation of color #2E89A0: hue angle of 192.11º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E89A0 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 137 | 160 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.37 |
| HSL | 192.11º | 0.55% | 0.4% | - |
| HSV(B) | 192.11º | 0.71% | 0.63% | - |
| XYZ | 16.42 | 21.01 | 36.45 | - |
| YUV | 112.41 | 154.85 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 160 | 0.71 | 0.14 | 0 | 0.37 | 192.11 | 0.55 | 0.4 |
| Hex | 2E | 89 | A0 | 47 | E | 0 | 25 | C0 | 37 | 28 |
| Octal | 56 | 211 | 240 | 107 | 16 | 0 | 45 | 300 | 67 | 50 |
| Binary | 101110 | 10001001 | 10100000 | 1000111 | 1110 | 0 | 100101 | 11000000 | 110111 | 101000 |
Color Harmonies of #2E89A0
Complementary color
Monochromatic Colors of #2E89A0
Black with #2E89A0
Text Example
Text Example
White with #2E89A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E89A0; }
p { color: rgb(46,137,160); }
H1.HeaderClassName
{
color: #2E89A0;
}
.AnyTagClassName
{
color: #2E89A0;
}
</style>
background-color css
<style>
a { background-color: #2E89A0; }
a { background-color: rgb(46,137,160); }
div.DivClassName
{
background-color: #2E89A0;
}
.BgClassName
{
background-color: #2E89A0;
}
</style>
border-color css
<style>
span { border-color: #2E89A0; }
span { border-color: rgb(46,137,160); }
td.TdClassName
{
border-color: #2E89A0;
}
.TagClassName
{
border-color: #2E89A0;
}
</style>