Shades of Scooter #2D7D9D
Tints of Scooter #2D7D9D
RGB
CMYK
RGB Variations
Color information
#2D7D9D (or 0x2D7D9D) is known color: Scooter. HEX triplet: 2D, 7D and 9D. RGB value is (45,125,157). Sum of RGB (Red+Green+Blue) = 45+125+157=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D7D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7D9D is #D28262. Grayscale: #686868. Windows color (decimal): -13795939 or 10321197. OLE color: 10321197.
HSL color Cylindrical-coordinate representation of color #2D7D9D: hue angle of 197.14º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D7D9D is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 125 | 157 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.38 |
| HSL | 197.14º | 0.55% | 0.4% | - |
| HSV(B) | 197.14º | 0.71% | 0.62% | - |
| XYZ | 14.5 | 17.66 | 34.54 | - |
| YUV | 104.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 125 | 157 | 0.71 | 0.20 | 0 | 0.38 | 197.14 | 0.55 | 0.4 |
| Hex | 2D | 7D | 9D | 47 | 14 | 0 | 26 | C5 | 37 | 28 |
| Octal | 55 | 175 | 235 | 107 | 24 | 0 | 46 | 305 | 67 | 50 |
| Binary | 101101 | 1111101 | 10011101 | 1000111 | 10100 | 0 | 100110 | 11000101 | 110111 | 101000 |
Color Harmonies of #2D7D9D
Complementary color
Monochromatic Colors of #2D7D9D
Black with #2D7D9D
Text Example
Text Example
White with #2D7D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7D9D; }
p { color: rgb(45,125,157); }
H1.HeaderClassName
{
color: #2D7D9D;
}
.AnyTagClassName
{
color: #2D7D9D;
}
</style>
background-color css
<style>
a { background-color: #2D7D9D; }
a { background-color: rgb(45,125,157); }
div.DivClassName
{
background-color: #2D7D9D;
}
.BgClassName
{
background-color: #2D7D9D;
}
</style>
border-color css
<style>
span { border-color: #2D7D9D; }
span { border-color: rgb(45,125,157); }
td.TdClassName
{
border-color: #2D7D9D;
}
.TagClassName
{
border-color: #2D7D9D;
}
</style>