Shades of Scooter #2D939D
Tints of Scooter #2D939D
RGB
CMYK
RGB Variations
Color information
#2D939D (or 0x2D939D) is known color: Scooter. HEX triplet: 2D, 93 and 9D. RGB value is (45,147,157). Sum of RGB (Red+Green+Blue) = 45+147+157=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 147 (57.81% from 255 or 42.12% 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 #2D939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D939D is #D26C62. Grayscale: #757575. Windows color (decimal): -13790307 or 10326829. OLE color: 10326829.
HSL color Cylindrical-coordinate representation of color #2D939D: hue angle of 185.36º 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 #2D939D is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 147 | 157 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.38 |
| HSL | 185.36º | 0.55% | 0.4% | - |
| HSV(B) | 185.36º | 0.71% | 0.62% | - |
| XYZ | 17.6 | 23.86 | 35.58 | - |
| YUV | 117.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 157 | 0.71 | 0.06 | 0 | 0.38 | 185.36 | 0.55 | 0.4 |
| Hex | 2D | 93 | 9D | 47 | 6 | 0 | 26 | B9 | 37 | 28 |
| Octal | 55 | 223 | 235 | 107 | 6 | 0 | 46 | 271 | 67 | 50 |
| Binary | 101101 | 10010011 | 10011101 | 1000111 | 110 | 0 | 100110 | 10111001 | 110111 | 101000 |
Color Harmonies of #2D939D
Complementary color
Monochromatic Colors of #2D939D
Black with #2D939D
Text Example
Text Example
White with #2D939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D939D; }
p { color: rgb(45,147,157); }
H1.HeaderClassName
{
color: #2D939D;
}
.AnyTagClassName
{
color: #2D939D;
}
</style>
background-color css
<style>
a { background-color: #2D939D; }
a { background-color: rgb(45,147,157); }
div.DivClassName
{
background-color: #2D939D;
}
.BgClassName
{
background-color: #2D939D;
}
</style>
border-color css
<style>
span { border-color: #2D939D; }
span { border-color: rgb(45,147,157); }
td.TdClassName
{
border-color: #2D939D;
}
.TagClassName
{
border-color: #2D939D;
}
</style>