Shades of Scooter #2D8694
Tints of Scooter #2D8694
RGB
CMYK
RGB Variations
Color information
#2D8694 (or 0x2D8694) is known color: Scooter. HEX triplet: 2D, 86 and 94. RGB value is (45,134,148). Sum of RGB (Red+Green+Blue) = 45+134+148=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D8694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8694 is #D2796B. Grayscale: #6C6C6C. Windows color (decimal): -13793644 or 9733677. OLE color: 9733677.
HSL color Cylindrical-coordinate representation of color #2D8694: hue angle of 188.16º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D8694 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 134 | 148 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.42 |
| HSL | 188.16º | 0.53% | 0.38% | - |
| HSV(B) | 188.16º | 0.7% | 0.58% | - |
| XYZ | 14.95 | 19.75 | 31.04 | - |
| YUV | 108.99 | 150.01 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 148 | 0.70 | 0.09 | 0 | 0.42 | 188.16 | 0.53 | 0.38 |
| Hex | 2D | 86 | 94 | 46 | 9 | 0 | 2A | BC | 35 | 26 |
| Octal | 55 | 206 | 224 | 106 | 11 | 0 | 52 | 274 | 65 | 46 |
| Binary | 101101 | 10000110 | 10010100 | 1000110 | 1001 | 0 | 101010 | 10111100 | 110101 | 100110 |
Color Harmonies of #2D8694
Complementary color
Monochromatic Colors of #2D8694
Black with #2D8694
Text Example
Text Example
White with #2D8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8694; }
p { color: rgb(45,134,148); }
H1.HeaderClassName
{
color: #2D8694;
}
.AnyTagClassName
{
color: #2D8694;
}
</style>
background-color css
<style>
a { background-color: #2D8694; }
a { background-color: rgb(45,134,148); }
div.DivClassName
{
background-color: #2D8694;
}
.BgClassName
{
background-color: #2D8694;
}
</style>
border-color css
<style>
span { border-color: #2D8694; }
span { border-color: rgb(45,134,148); }
td.TdClassName
{
border-color: #2D8694;
}
.TagClassName
{
border-color: #2D8694;
}
</style>