Shades of Scooter #2E929D
Tints of Scooter #2E929D
RGB
CMYK
RGB Variations
Color information
#2E929D (or 0x2E929D) is known color: Scooter. HEX triplet: 2E, 92 and 9D. RGB value is (46,146,157). Sum of RGB (Red+Green+Blue) = 46+146+157=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E929D is #D16D62. Grayscale: #757575. Windows color (decimal): -13725027 or 10326574. OLE color: 10326574.
HSL color Cylindrical-coordinate representation of color #2E929D: hue angle of 185.95º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E929D is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 146 | 157 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.38 |
| HSL | 185.95º | 0.55% | 0.4% | - |
| HSV(B) | 185.95º | 0.71% | 0.62% | - |
| XYZ | 17.49 | 23.57 | 35.53 | - |
| YUV | 117.35 | 150.37 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 146 | 157 | 0.71 | 0.07 | 0 | 0.38 | 185.95 | 0.55 | 0.4 |
| Hex | 2E | 92 | 9D | 47 | 7 | 0 | 26 | BA | 37 | 28 |
| Octal | 56 | 222 | 235 | 107 | 7 | 0 | 46 | 272 | 67 | 50 |
| Binary | 101110 | 10010010 | 10011101 | 1000111 | 111 | 0 | 100110 | 10111010 | 110111 | 101000 |
Color Harmonies of #2E929D
Complementary color
Monochromatic Colors of #2E929D
Black with #2E929D
Text Example
Text Example
White with #2E929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E929D; }
p { color: rgb(46,146,157); }
H1.HeaderClassName
{
color: #2E929D;
}
.AnyTagClassName
{
color: #2E929D;
}
</style>
background-color css
<style>
a { background-color: #2E929D; }
a { background-color: rgb(46,146,157); }
div.DivClassName
{
background-color: #2E929D;
}
.BgClassName
{
background-color: #2E929D;
}
</style>
border-color css
<style>
span { border-color: #2E929D; }
span { border-color: rgb(46,146,157); }
td.TdClassName
{
border-color: #2E929D;
}
.TagClassName
{
border-color: #2E929D;
}
</style>