Shades of Scooter #2E8CAC
Tints of Scooter #2E8CAC
RGB
CMYK
RGB Variations
Color information
#2E8CAC (or 0x2E8CAC) is known color: Scooter. HEX triplet: 2E, 8C and AC. RGB value is (46,140,172). Sum of RGB (Red+Green+Blue) = 46+140+172=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E8CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8CAC is #D17353. Grayscale: #737373. Windows color (decimal): -13726548 or 11308078. OLE color: 11308078.
HSL color Cylindrical-coordinate representation of color #2E8CAC: hue angle of 195.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E8CAC is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 140 | 172 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.33 |
| HSL | 195.24º | 0.58% | 0.43% | - |
| HSV(B) | 195.24º | 0.73% | 0.67% | - |
| XYZ | 17.95 | 22.32 | 42.39 | - |
| YUV | 115.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 172 | 0.73 | 0.19 | 0 | 0.33 | 195.24 | 0.58 | 0.43 |
| Hex | 2E | 8C | AC | 49 | 13 | 0 | 21 | C3 | 3A | 2B |
| Octal | 56 | 214 | 254 | 111 | 23 | 0 | 41 | 303 | 72 | 53 |
| Binary | 101110 | 10001100 | 10101100 | 1001001 | 10011 | 0 | 100001 | 11000011 | 111010 | 101011 |
Color Harmonies of #2E8CAC
Complementary color
Monochromatic Colors of #2E8CAC
Black with #2E8CAC
Text Example
Text Example
White with #2E8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8CAC; }
p { color: rgb(46,140,172); }
H1.HeaderClassName
{
color: #2E8CAC;
}
.AnyTagClassName
{
color: #2E8CAC;
}
</style>
background-color css
<style>
a { background-color: #2E8CAC; }
a { background-color: rgb(46,140,172); }
div.DivClassName
{
background-color: #2E8CAC;
}
.BgClassName
{
background-color: #2E8CAC;
}
</style>
border-color css
<style>
span { border-color: #2E8CAC; }
span { border-color: rgb(46,140,172); }
td.TdClassName
{
border-color: #2E8CAC;
}
.TagClassName
{
border-color: #2E8CAC;
}
</style>