Shades of Scooter #2D869F
Tints of Scooter #2D869F
RGB
CMYK
RGB Variations
Color information
#2D869F (or 0x2D869F) is known color: Scooter. HEX triplet: 2D, 86 and 9F. RGB value is (45,134,159). Sum of RGB (Red+Green+Blue) = 45+134+159=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D869F is #D27960. Grayscale: #6E6E6E. Windows color (decimal): -13793633 or 10454573. OLE color: 10454573.
HSL color Cylindrical-coordinate representation of color #2D869F: hue angle of 193.16º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D869F is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 134 | 159 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.38 |
| HSL | 193.16º | 0.56% | 0.4% | - |
| HSV(B) | 193.16º | 0.72% | 0.62% | - |
| XYZ | 15.87 | 20.11 | 35.85 | - |
| YUV | 110.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 159 | 0.72 | 0.16 | 0 | 0.38 | 193.16 | 0.56 | 0.4 |
| Hex | 2D | 86 | 9F | 48 | 10 | 0 | 26 | C1 | 38 | 28 |
| Octal | 55 | 206 | 237 | 110 | 20 | 0 | 46 | 301 | 70 | 50 |
| Binary | 101101 | 10000110 | 10011111 | 1001000 | 10000 | 0 | 100110 | 11000001 | 111000 | 101000 |
Color Harmonies of #2D869F
Complementary color
Monochromatic Colors of #2D869F
Black with #2D869F
Text Example
Text Example
White with #2D869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D869F; }
p { color: rgb(45,134,159); }
H1.HeaderClassName
{
color: #2D869F;
}
.AnyTagClassName
{
color: #2D869F;
}
</style>
background-color css
<style>
a { background-color: #2D869F; }
a { background-color: rgb(45,134,159); }
div.DivClassName
{
background-color: #2D869F;
}
.BgClassName
{
background-color: #2D869F;
}
</style>
border-color css
<style>
span { border-color: #2D869F; }
span { border-color: rgb(45,134,159); }
td.TdClassName
{
border-color: #2D869F;
}
.TagClassName
{
border-color: #2D869F;
}
</style>