Shades of Scooter #2D939E
Tints of Scooter #2D939E
RGB
CMYK
RGB Variations
Color information
#2D939E (or 0x2D939E) is known color: Scooter. HEX triplet: 2D, 93 and 9E. RGB value is (45,147,158). Sum of RGB (Red+Green+Blue) = 45+147+158=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D939E is #D26C61. Grayscale: #757575. Windows color (decimal): -13790306 or 10392365. OLE color: 10392365.
HSL color Cylindrical-coordinate representation of color #2D939E: hue angle of 185.84º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D939E is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 147 | 158 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.38 |
| HSL | 185.84º | 0.56% | 0.4% | - |
| HSV(B) | 185.84º | 0.72% | 0.62% | - |
| XYZ | 17.69 | 23.89 | 36.03 | - |
| YUV | 117.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 158 | 0.72 | 0.07 | 0 | 0.38 | 185.84 | 0.56 | 0.4 |
| Hex | 2D | 93 | 9E | 48 | 7 | 0 | 26 | BA | 38 | 28 |
| Octal | 55 | 223 | 236 | 110 | 7 | 0 | 46 | 272 | 70 | 50 |
| Binary | 101101 | 10010011 | 10011110 | 1001000 | 111 | 0 | 100110 | 10111010 | 111000 | 101000 |
Color Harmonies of #2D939E
Complementary color
Monochromatic Colors of #2D939E
Black with #2D939E
Text Example
Text Example
White with #2D939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D939E; }
p { color: rgb(45,147,158); }
H1.HeaderClassName
{
color: #2D939E;
}
.AnyTagClassName
{
color: #2D939E;
}
</style>
background-color css
<style>
a { background-color: #2D939E; }
a { background-color: rgb(45,147,158); }
div.DivClassName
{
background-color: #2D939E;
}
.BgClassName
{
background-color: #2D939E;
}
</style>
border-color css
<style>
span { border-color: #2D939E; }
span { border-color: rgb(45,147,158); }
td.TdClassName
{
border-color: #2D939E;
}
.TagClassName
{
border-color: #2D939E;
}
</style>