Shades of Scooter #2E7D9A
Tints of Scooter #2E7D9A
RGB
CMYK
RGB Variations
Color information
#2E7D9A (or 0x2E7D9A) is known color: Scooter. HEX triplet: 2E, 7D and 9A. RGB value is (46,125,154). Sum of RGB (Red+Green+Blue) = 46+125+154=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E7D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7D9A is #D18265. Grayscale: #686868. Windows color (decimal): -13730406 or 10124590. OLE color: 10124590.
HSL color Cylindrical-coordinate representation of color #2E7D9A: hue angle of 196.11º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E7D9A is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 125 | 154 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.40 |
| HSL | 196.11º | 0.54% | 0.39% | - |
| HSV(B) | 196.11º | 0.7% | 0.6% | - |
| XYZ | 14.29 | 17.58 | 33.21 | - |
| YUV | 104.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 154 | 0.70 | 0.19 | 0 | 0.40 | 196.11 | 0.54 | 0.39 |
| Hex | 2E | 7D | 9A | 46 | 13 | 0 | 28 | C4 | 36 | 27 |
| Octal | 56 | 175 | 232 | 106 | 23 | 0 | 50 | 304 | 66 | 47 |
| Binary | 101110 | 1111101 | 10011010 | 1000110 | 10011 | 0 | 101000 | 11000100 | 110110 | 100111 |
Color Harmonies of #2E7D9A
Complementary color
Monochromatic Colors of #2E7D9A
Black with #2E7D9A
Text Example
Text Example
White with #2E7D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D9A; }
p { color: rgb(46,125,154); }
H1.HeaderClassName
{
color: #2E7D9A;
}
.AnyTagClassName
{
color: #2E7D9A;
}
</style>
background-color css
<style>
a { background-color: #2E7D9A; }
a { background-color: rgb(46,125,154); }
div.DivClassName
{
background-color: #2E7D9A;
}
.BgClassName
{
background-color: #2E7D9A;
}
</style>
border-color css
<style>
span { border-color: #2E7D9A; }
span { border-color: rgb(46,125,154); }
td.TdClassName
{
border-color: #2E7D9A;
}
.TagClassName
{
border-color: #2E7D9A;
}
</style>