Shades of Scooter #2D8290
Tints of Scooter #2D8290
RGB
CMYK
RGB Variations
Color information
#2D8290 (or 0x2D8290) is known color: Scooter. HEX triplet: 2D, 82 and 90. RGB value is (45,130,144). Sum of RGB (Red+Green+Blue) = 45+130+144=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D8290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8290 is #D27D6F. Grayscale: #6A6A6A. Windows color (decimal): -13794672 or 9470509. OLE color: 9470509.
HSL color Cylindrical-coordinate representation of color #2D8290: hue angle of 188.48º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D8290 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 130 | 144 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.44 |
| HSL | 188.48º | 0.52% | 0.37% | - |
| HSV(B) | 188.48º | 0.69% | 0.56% | - |
| XYZ | 14.1 | 18.54 | 29.22 | - |
| YUV | 106.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 130 | 144 | 0.69 | 0.10 | 0 | 0.44 | 188.48 | 0.52 | 0.37 |
| Hex | 2D | 82 | 90 | 45 | A | 0 | 2C | BC | 34 | 25 |
| Octal | 55 | 202 | 220 | 105 | 12 | 0 | 54 | 274 | 64 | 45 |
| Binary | 101101 | 10000010 | 10010000 | 1000101 | 1010 | 0 | 101100 | 10111100 | 110100 | 100101 |
Color Harmonies of #2D8290
Complementary color
Monochromatic Colors of #2D8290
Black with #2D8290
Text Example
Text Example
White with #2D8290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8290; }
p { color: rgb(45,130,144); }
H1.HeaderClassName
{
color: #2D8290;
}
.AnyTagClassName
{
color: #2D8290;
}
</style>
background-color css
<style>
a { background-color: #2D8290; }
a { background-color: rgb(45,130,144); }
div.DivClassName
{
background-color: #2D8290;
}
.BgClassName
{
background-color: #2D8290;
}
</style>
border-color css
<style>
span { border-color: #2D8290; }
span { border-color: rgb(45,130,144); }
td.TdClassName
{
border-color: #2D8290;
}
.TagClassName
{
border-color: #2D8290;
}
</style>