Shades of Scooter #2D8791
Tints of Scooter #2D8791
RGB
CMYK
RGB Variations
Color information
#2D8791 (or 0x2D8791) is known color: Scooter. HEX triplet: 2D, 87 and 91. RGB value is (45,135,145). Sum of RGB (Red+Green+Blue) = 45+135+145=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D8791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8791 is #D2786E. Grayscale: #6D6D6D. Windows color (decimal): -13793391 or 9537325. OLE color: 9537325.
HSL color Cylindrical-coordinate representation of color #2D8791: hue angle of 186º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D8791 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 135 | 145 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.43 |
| HSL | 186º | 0.53% | 0.37% | - |
| HSV(B) | 186º | 0.69% | 0.57% | - |
| XYZ | 14.86 | 19.93 | 29.85 | - |
| YUV | 109.23 | 148.18 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 145 | 0.69 | 0.07 | 0 | 0.43 | 186 | 0.53 | 0.37 |
| Hex | 2D | 87 | 91 | 45 | 7 | 0 | 2B | BA | 35 | 25 |
| Octal | 55 | 207 | 221 | 105 | 7 | 0 | 53 | 272 | 65 | 45 |
| Binary | 101101 | 10000111 | 10010001 | 1000101 | 111 | 0 | 101011 | 10111010 | 110101 | 100101 |
Color Harmonies of #2D8791
Complementary color
Monochromatic Colors of #2D8791
Black with #2D8791
Text Example
Text Example
White with #2D8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8791; }
p { color: rgb(45,135,145); }
H1.HeaderClassName
{
color: #2D8791;
}
.AnyTagClassName
{
color: #2D8791;
}
</style>
background-color css
<style>
a { background-color: #2D8791; }
a { background-color: rgb(45,135,145); }
div.DivClassName
{
background-color: #2D8791;
}
.BgClassName
{
background-color: #2D8791;
}
</style>
border-color css
<style>
span { border-color: #2D8791; }
span { border-color: rgb(45,135,145); }
td.TdClassName
{
border-color: #2D8791;
}
.TagClassName
{
border-color: #2D8791;
}
</style>