Shades of Scooter #2D949D
Tints of Scooter #2D949D
RGB
CMYK
RGB Variations
Color information
#2D949D (or 0x2D949D) is known color: Scooter. HEX triplet: 2D, 94 and 9D. RGB value is (45,148,157). Sum of RGB (Red+Green+Blue) = 45+148+157=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D949D is #D26B62. Grayscale: #767676. Windows color (decimal): -13790051 or 10327085. OLE color: 10327085.
HSL color Cylindrical-coordinate representation of color #2D949D: hue angle of 184.82º 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 #2D949D is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 148 | 157 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.38 |
| HSL | 184.82º | 0.55% | 0.4% | - |
| HSV(B) | 184.82º | 0.71% | 0.62% | - |
| XYZ | 17.76 | 24.17 | 35.63 | - |
| YUV | 118.23 | 149.88 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 157 | 0.71 | 0.06 | 0 | 0.38 | 184.82 | 0.55 | 0.4 |
| Hex | 2D | 94 | 9D | 47 | 6 | 0 | 26 | B9 | 37 | 28 |
| Octal | 55 | 224 | 235 | 107 | 6 | 0 | 46 | 271 | 67 | 50 |
| Binary | 101101 | 10010100 | 10011101 | 1000111 | 110 | 0 | 100110 | 10111001 | 110111 | 101000 |
Color Harmonies of #2D949D
Complementary color
Monochromatic Colors of #2D949D
Black with #2D949D
Text Example
Text Example
White with #2D949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D949D; }
p { color: rgb(45,148,157); }
H1.HeaderClassName
{
color: #2D949D;
}
.AnyTagClassName
{
color: #2D949D;
}
</style>
background-color css
<style>
a { background-color: #2D949D; }
a { background-color: rgb(45,148,157); }
div.DivClassName
{
background-color: #2D949D;
}
.BgClassName
{
background-color: #2D949D;
}
</style>
border-color css
<style>
span { border-color: #2D949D; }
span { border-color: rgb(45,148,157); }
td.TdClassName
{
border-color: #2D949D;
}
.TagClassName
{
border-color: #2D949D;
}
</style>