Shades of Scooter #2D929D
Tints of Scooter #2D929D
RGB
CMYK
RGB Variations
Color information
#2D929D (or 0x2D929D) is known color: Scooter. HEX triplet: 2D, 92 and 9D. RGB value is (45,146,157). Sum of RGB (Red+Green+Blue) = 45+146+157=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D929D is #D26D62. Grayscale: #747474. Windows color (decimal): -13790563 or 10326573. OLE color: 10326573.
HSL color Cylindrical-coordinate representation of color #2D929D: hue angle of 185.89º 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 #2D929D is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 146 | 157 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.38 |
| HSL | 185.89º | 0.55% | 0.4% | - |
| HSV(B) | 185.89º | 0.71% | 0.62% | - |
| XYZ | 17.45 | 23.55 | 35.52 | - |
| YUV | 117.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 157 | 0.71 | 0.07 | 0 | 0.38 | 185.89 | 0.55 | 0.4 |
| Hex | 2D | 92 | 9D | 47 | 7 | 0 | 26 | BA | 37 | 28 |
| Octal | 55 | 222 | 235 | 107 | 7 | 0 | 46 | 272 | 67 | 50 |
| Binary | 101101 | 10010010 | 10011101 | 1000111 | 111 | 0 | 100110 | 10111010 | 110111 | 101000 |
Color Harmonies of #2D929D
Complementary color
Monochromatic Colors of #2D929D
Black with #2D929D
Text Example
Text Example
White with #2D929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D929D; }
p { color: rgb(45,146,157); }
H1.HeaderClassName
{
color: #2D929D;
}
.AnyTagClassName
{
color: #2D929D;
}
</style>
background-color css
<style>
a { background-color: #2D929D; }
a { background-color: rgb(45,146,157); }
div.DivClassName
{
background-color: #2D929D;
}
.BgClassName
{
background-color: #2D929D;
}
</style>
border-color css
<style>
span { border-color: #2D929D; }
span { border-color: rgb(45,146,157); }
td.TdClassName
{
border-color: #2D929D;
}
.TagClassName
{
border-color: #2D929D;
}
</style>