Shades of Scooter #2D899D
Tints of Scooter #2D899D
RGB
CMYK
RGB Variations
Color information
#2D899D (or 0x2D899D) is known color: Scooter. HEX triplet: 2D, 89 and 9D. RGB value is (45,137,157). Sum of RGB (Red+Green+Blue) = 45+137+157=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D899D is #D27662. Grayscale: #6F6F6F. Windows color (decimal): -13792867 or 10324269. OLE color: 10324269.
HSL color Cylindrical-coordinate representation of color #2D899D: hue angle of 190.71º 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 #2D899D is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 137 | 157 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.38 |
| HSL | 190.71º | 0.55% | 0.4% | - |
| HSV(B) | 190.71º | 0.71% | 0.62% | - |
| XYZ | 16.11 | 20.88 | 35.08 | - |
| YUV | 111.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 157 | 0.71 | 0.13 | 0 | 0.38 | 190.71 | 0.55 | 0.4 |
| Hex | 2D | 89 | 9D | 47 | D | 0 | 26 | BF | 37 | 28 |
| Octal | 55 | 211 | 235 | 107 | 15 | 0 | 46 | 277 | 67 | 50 |
| Binary | 101101 | 10001001 | 10011101 | 1000111 | 1101 | 0 | 100110 | 10111111 | 110111 | 101000 |
Color Harmonies of #2D899D
Complementary color
Monochromatic Colors of #2D899D
Black with #2D899D
Text Example
Text Example
White with #2D899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D899D; }
p { color: rgb(45,137,157); }
H1.HeaderClassName
{
color: #2D899D;
}
.AnyTagClassName
{
color: #2D899D;
}
</style>
background-color css
<style>
a { background-color: #2D899D; }
a { background-color: rgb(45,137,157); }
div.DivClassName
{
background-color: #2D899D;
}
.BgClassName
{
background-color: #2D899D;
}
</style>
border-color css
<style>
span { border-color: #2D899D; }
span { border-color: rgb(45,137,157); }
td.TdClassName
{
border-color: #2D899D;
}
.TagClassName
{
border-color: #2D899D;
}
</style>