Shades of Scooter #2D7F9E
Tints of Scooter #2D7F9E
RGB
CMYK
RGB Variations
Color information
#2D7F9E (or 0x2D7F9E) is known color: Scooter. HEX triplet: 2D, 7F and 9E. RGB value is (45,127,158). Sum of RGB (Red+Green+Blue) = 45+127+158=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D7F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7F9E is #D28061. Grayscale: #696969. Windows color (decimal): -13795426 or 10387245. OLE color: 10387245.
HSL color Cylindrical-coordinate representation of color #2D7F9E: hue angle of 196.46º 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 #2D7F9E is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 127 | 158 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.38 |
| HSL | 196.46º | 0.56% | 0.4% | - |
| HSV(B) | 196.46º | 0.72% | 0.62% | - |
| XYZ | 14.84 | 18.21 | 35.08 | - |
| YUV | 106.02 | 157.33 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 127 | 158 | 0.72 | 0.20 | 0 | 0.38 | 196.46 | 0.56 | 0.4 |
| Hex | 2D | 7F | 9E | 48 | 14 | 0 | 26 | C4 | 38 | 28 |
| Octal | 55 | 177 | 236 | 110 | 24 | 0 | 46 | 304 | 70 | 50 |
| Binary | 101101 | 1111111 | 10011110 | 1001000 | 10100 | 0 | 100110 | 11000100 | 111000 | 101000 |
Color Harmonies of #2D7F9E
Complementary color
Monochromatic Colors of #2D7F9E
Black with #2D7F9E
Text Example
Text Example
White with #2D7F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7F9E; }
p { color: rgb(45,127,158); }
H1.HeaderClassName
{
color: #2D7F9E;
}
.AnyTagClassName
{
color: #2D7F9E;
}
</style>
background-color css
<style>
a { background-color: #2D7F9E; }
a { background-color: rgb(45,127,158); }
div.DivClassName
{
background-color: #2D7F9E;
}
.BgClassName
{
background-color: #2D7F9E;
}
</style>
border-color css
<style>
span { border-color: #2D7F9E; }
span { border-color: rgb(45,127,158); }
td.TdClassName
{
border-color: #2D7F9E;
}
.TagClassName
{
border-color: #2D7F9E;
}
</style>