Shades of Scooter #2D849D
Tints of Scooter #2D849D
RGB
CMYK
RGB Variations
Color information
#2D849D (or 0x2D849D) is known color: Scooter. HEX triplet: 2D, 84 and 9D. RGB value is (45,132,157). Sum of RGB (Red+Green+Blue) = 45+132+157=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D849D is #D27B62. Grayscale: #6C6C6C. Windows color (decimal): -13794147 or 10322989. OLE color: 10322989.
HSL color Cylindrical-coordinate representation of color #2D849D: hue angle of 193.39º 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 #2D849D is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 132 | 157 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.38 |
| HSL | 193.39º | 0.55% | 0.4% | - |
| HSV(B) | 193.39º | 0.71% | 0.62% | - |
| XYZ | 15.42 | 19.49 | 34.85 | - |
| YUV | 108.84 | 155.18 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 157 | 0.71 | 0.16 | 0 | 0.38 | 193.39 | 0.55 | 0.4 |
| Hex | 2D | 84 | 9D | 47 | 10 | 0 | 26 | C1 | 37 | 28 |
| Octal | 55 | 204 | 235 | 107 | 20 | 0 | 46 | 301 | 67 | 50 |
| Binary | 101101 | 10000100 | 10011101 | 1000111 | 10000 | 0 | 100110 | 11000001 | 110111 | 101000 |
Color Harmonies of #2D849D
Complementary color
Monochromatic Colors of #2D849D
Black with #2D849D
Text Example
Text Example
White with #2D849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D849D; }
p { color: rgb(45,132,157); }
H1.HeaderClassName
{
color: #2D849D;
}
.AnyTagClassName
{
color: #2D849D;
}
</style>
background-color css
<style>
a { background-color: #2D849D; }
a { background-color: rgb(45,132,157); }
div.DivClassName
{
background-color: #2D849D;
}
.BgClassName
{
background-color: #2D849D;
}
</style>
border-color css
<style>
span { border-color: #2D849D; }
span { border-color: rgb(45,132,157); }
td.TdClassName
{
border-color: #2D849D;
}
.TagClassName
{
border-color: #2D849D;
}
</style>