Shades of Scooter #2E8CA7
Tints of Scooter #2E8CA7
RGB
CMYK
RGB Variations
Color information
#2E8CA7 (or 0x2E8CA7) is known color: Scooter. HEX triplet: 2E, 8C and A7. RGB value is (46,140,167). Sum of RGB (Red+Green+Blue) = 46+140+167=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 167 - color contains mainly: blue. Hex color #2E8CA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8CA7 is #D17358. Grayscale: #727272. Windows color (decimal): -13726553 or 10980398. OLE color: 10980398.
HSL color Cylindrical-coordinate representation of color #2E8CA7: hue angle of 193.39º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E8CA7 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 140 | 167 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.35 |
| HSL | 193.39º | 0.57% | 0.42% | - |
| HSV(B) | 193.39º | 0.72% | 0.65% | - |
| XYZ | 17.48 | 22.13 | 39.91 | - |
| YUV | 114.97 | 157.36 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 167 | 0.72 | 0.16 | 0 | 0.35 | 193.39 | 0.57 | 0.42 |
| Hex | 2E | 8C | A7 | 48 | 10 | 0 | 23 | C1 | 39 | 2A |
| Octal | 56 | 214 | 247 | 110 | 20 | 0 | 43 | 301 | 71 | 52 |
| Binary | 101110 | 10001100 | 10100111 | 1001000 | 10000 | 0 | 100011 | 11000001 | 111001 | 101010 |
Color Harmonies of #2E8CA7
Complementary color
Monochromatic Colors of #2E8CA7
Black with #2E8CA7
Text Example
Text Example
White with #2E8CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8CA7; }
p { color: rgb(46,140,167); }
H1.HeaderClassName
{
color: #2E8CA7;
}
.AnyTagClassName
{
color: #2E8CA7;
}
</style>
background-color css
<style>
a { background-color: #2E8CA7; }
a { background-color: rgb(46,140,167); }
div.DivClassName
{
background-color: #2E8CA7;
}
.BgClassName
{
background-color: #2E8CA7;
}
</style>
border-color css
<style>
span { border-color: #2E8CA7; }
span { border-color: rgb(46,140,167); }
td.TdClassName
{
border-color: #2E8CA7;
}
.TagClassName
{
border-color: #2E8CA7;
}
</style>