Shades of Scooter #2D8793
Tints of Scooter #2D8793
RGB
CMYK
RGB Variations
Color information
#2D8793 (or 0x2D8793) is known color: Scooter. HEX triplet: 2D, 87 and 93. RGB value is (45,135,147). Sum of RGB (Red+Green+Blue) = 45+135+147=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #2D8793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8793 is #D2786C. Grayscale: #6D6D6D. Windows color (decimal): -13793389 or 9668397. OLE color: 9668397.
HSL color Cylindrical-coordinate representation of color #2D8793: hue angle of 187.06º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D8793 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 135 | 147 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.42 |
| HSL | 187.06º | 0.53% | 0.38% | - |
| HSV(B) | 187.06º | 0.69% | 0.58% | - |
| XYZ | 15.01 | 19.99 | 30.67 | - |
| YUV | 109.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 147 | 0.69 | 0.08 | 0 | 0.42 | 187.06 | 0.53 | 0.38 |
| Hex | 2D | 87 | 93 | 45 | 8 | 0 | 2A | BB | 35 | 26 |
| Octal | 55 | 207 | 223 | 105 | 10 | 0 | 52 | 273 | 65 | 46 |
| Binary | 101101 | 10000111 | 10010011 | 1000101 | 1000 | 0 | 101010 | 10111011 | 110101 | 100110 |
Color Harmonies of #2D8793
Complementary color
Monochromatic Colors of #2D8793
Black with #2D8793
Text Example
Text Example
White with #2D8793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8793; }
p { color: rgb(45,135,147); }
H1.HeaderClassName
{
color: #2D8793;
}
.AnyTagClassName
{
color: #2D8793;
}
</style>
background-color css
<style>
a { background-color: #2D8793; }
a { background-color: rgb(45,135,147); }
div.DivClassName
{
background-color: #2D8793;
}
.BgClassName
{
background-color: #2D8793;
}
</style>
border-color css
<style>
span { border-color: #2D8793; }
span { border-color: rgb(45,135,147); }
td.TdClassName
{
border-color: #2D8793;
}
.TagClassName
{
border-color: #2D8793;
}
</style>