Shades of Scooter #2D879D
Tints of Scooter #2D879D
RGB
CMYK
RGB Variations
Color information
#2D879D (or 0x2D879D) is known color: Scooter. HEX triplet: 2D, 87 and 9D. RGB value is (45,135,157). Sum of RGB (Red+Green+Blue) = 45+135+157=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D879D is #D27862. Grayscale: #6E6E6E. Windows color (decimal): -13793379 or 10323757. OLE color: 10323757.
HSL color Cylindrical-coordinate representation of color #2D879D: hue angle of 191.79º 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 #2D879D is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 135 | 157 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.38 |
| HSL | 191.79º | 0.55% | 0.4% | - |
| HSV(B) | 191.79º | 0.71% | 0.62% | - |
| XYZ | 15.83 | 20.32 | 34.99 | - |
| YUV | 110.6 | 154.18 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 157 | 0.71 | 0.14 | 0 | 0.38 | 191.79 | 0.55 | 0.4 |
| Hex | 2D | 87 | 9D | 47 | E | 0 | 26 | C0 | 37 | 28 |
| Octal | 55 | 207 | 235 | 107 | 16 | 0 | 46 | 300 | 67 | 50 |
| Binary | 101101 | 10000111 | 10011101 | 1000111 | 1110 | 0 | 100110 | 11000000 | 110111 | 101000 |
Color Harmonies of #2D879D
Complementary color
Monochromatic Colors of #2D879D
Black with #2D879D
Text Example
Text Example
White with #2D879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D879D; }
p { color: rgb(45,135,157); }
H1.HeaderClassName
{
color: #2D879D;
}
.AnyTagClassName
{
color: #2D879D;
}
</style>
background-color css
<style>
a { background-color: #2D879D; }
a { background-color: rgb(45,135,157); }
div.DivClassName
{
background-color: #2D879D;
}
.BgClassName
{
background-color: #2D879D;
}
</style>
border-color css
<style>
span { border-color: #2D879D; }
span { border-color: rgb(45,135,157); }
td.TdClassName
{
border-color: #2D879D;
}
.TagClassName
{
border-color: #2D879D;
}
</style>