Shades of Scooter #2C7D9D
Tints of Scooter #2C7D9D
RGB
CMYK
RGB Variations
Color information
#2C7D9D (or 0x2C7D9D) is known color: Scooter. HEX triplet: 2C, 7D and 9D. RGB value is (44,125,157). Sum of RGB (Red+Green+Blue) = 44+125+157=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C7D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7D9D is #D38262. Grayscale: #686868. Windows color (decimal): -13861475 or 10321196. OLE color: 10321196.
HSL color Cylindrical-coordinate representation of color #2C7D9D: hue angle of 196.99º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C7D9D is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 125 | 157 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.38 |
| HSL | 196.99º | 0.56% | 0.39% | - |
| HSV(B) | 196.99º | 0.72% | 0.62% | - |
| XYZ | 14.46 | 17.64 | 34.54 | - |
| YUV | 104.43 | 157.66 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 125 | 157 | 0.72 | 0.20 | 0 | 0.38 | 196.99 | 0.56 | 0.39 |
| Hex | 2C | 7D | 9D | 48 | 14 | 0 | 26 | C5 | 38 | 27 |
| Octal | 54 | 175 | 235 | 110 | 24 | 0 | 46 | 305 | 70 | 47 |
| Binary | 101100 | 1111101 | 10011101 | 1001000 | 10100 | 0 | 100110 | 11000101 | 111000 | 100111 |
Color Harmonies of #2C7D9D
Complementary color
Monochromatic Colors of #2C7D9D
Black with #2C7D9D
Text Example
Text Example
White with #2C7D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7D9D; }
p { color: rgb(44,125,157); }
H1.HeaderClassName
{
color: #2C7D9D;
}
.AnyTagClassName
{
color: #2C7D9D;
}
</style>
background-color css
<style>
a { background-color: #2C7D9D; }
a { background-color: rgb(44,125,157); }
div.DivClassName
{
background-color: #2C7D9D;
}
.BgClassName
{
background-color: #2C7D9D;
}
</style>
border-color css
<style>
span { border-color: #2C7D9D; }
span { border-color: rgb(44,125,157); }
td.TdClassName
{
border-color: #2C7D9D;
}
.TagClassName
{
border-color: #2C7D9D;
}
</style>