Shades of Scooter #2D869E
Tints of Scooter #2D869E
RGB
CMYK
RGB Variations
Color information
#2D869E (or 0x2D869E) is known color: Scooter. HEX triplet: 2D, 86 and 9E. RGB value is (45,134,158). Sum of RGB (Red+Green+Blue) = 45+134+158=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D869E is #D27961. Grayscale: #6D6D6D. Windows color (decimal): -13793634 or 10389037. OLE color: 10389037.
HSL color Cylindrical-coordinate representation of color #2D869E: hue angle of 192.74º 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 #2D869E is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 134 | 158 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.38 |
| HSL | 192.74º | 0.56% | 0.4% | - |
| HSV(B) | 192.74º | 0.72% | 0.62% | - |
| XYZ | 15.78 | 20.08 | 35.39 | - |
| YUV | 110.13 | 155.01 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 158 | 0.72 | 0.15 | 0 | 0.38 | 192.74 | 0.56 | 0.4 |
| Hex | 2D | 86 | 9E | 48 | F | 0 | 26 | C1 | 38 | 28 |
| Octal | 55 | 206 | 236 | 110 | 17 | 0 | 46 | 301 | 70 | 50 |
| Binary | 101101 | 10000110 | 10011110 | 1001000 | 1111 | 0 | 100110 | 11000001 | 111000 | 101000 |
Color Harmonies of #2D869E
Complementary color
Monochromatic Colors of #2D869E
Black with #2D869E
Text Example
Text Example
White with #2D869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D869E; }
p { color: rgb(45,134,158); }
H1.HeaderClassName
{
color: #2D869E;
}
.AnyTagClassName
{
color: #2D869E;
}
</style>
background-color css
<style>
a { background-color: #2D869E; }
a { background-color: rgb(45,134,158); }
div.DivClassName
{
background-color: #2D869E;
}
.BgClassName
{
background-color: #2D869E;
}
</style>
border-color css
<style>
span { border-color: #2D869E; }
span { border-color: rgb(45,134,158); }
td.TdClassName
{
border-color: #2D869E;
}
.TagClassName
{
border-color: #2D869E;
}
</style>