Shades of Scooter #2E88A7
Tints of Scooter #2E88A7
RGB
CMYK
RGB Variations
Color information
#2E88A7 (or 0x2E88A7) is known color: Scooter. HEX triplet: 2E, 88 and A7. RGB value is (46,136,167). Sum of RGB (Red+Green+Blue) = 46+136+167=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #2E88A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E88A7 is #D17758. Grayscale: #707070. Windows color (decimal): -13727577 or 10979374. OLE color: 10979374.
HSL color Cylindrical-coordinate representation of color #2E88A7: hue angle of 195.37º 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 #2E88A7 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 136 | 167 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.35 |
| HSL | 195.37º | 0.57% | 0.42% | - |
| HSV(B) | 195.37º | 0.72% | 0.65% | - |
| XYZ | 16.91 | 20.98 | 39.72 | - |
| YUV | 112.62 | 158.68 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 167 | 0.72 | 0.19 | 0 | 0.35 | 195.37 | 0.57 | 0.42 |
| Hex | 2E | 88 | A7 | 48 | 13 | 0 | 23 | C3 | 39 | 2A |
| Octal | 56 | 210 | 247 | 110 | 23 | 0 | 43 | 303 | 71 | 52 |
| Binary | 101110 | 10001000 | 10100111 | 1001000 | 10011 | 0 | 100011 | 11000011 | 111001 | 101010 |
Color Harmonies of #2E88A7
Complementary color
Monochromatic Colors of #2E88A7
Black with #2E88A7
Text Example
Text Example
White with #2E88A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E88A7; }
p { color: rgb(46,136,167); }
H1.HeaderClassName
{
color: #2E88A7;
}
.AnyTagClassName
{
color: #2E88A7;
}
</style>
background-color css
<style>
a { background-color: #2E88A7; }
a { background-color: rgb(46,136,167); }
div.DivClassName
{
background-color: #2E88A7;
}
.BgClassName
{
background-color: #2E88A7;
}
</style>
border-color css
<style>
span { border-color: #2E88A7; }
span { border-color: rgb(46,136,167); }
td.TdClassName
{
border-color: #2E88A7;
}
.TagClassName
{
border-color: #2E88A7;
}
</style>