Shades of Scooter #2B7E90
Tints of Scooter #2B7E90
RGB
CMYK
RGB Variations
Color information
#2B7E90 (or 0x2B7E90) is known color: Scooter. HEX triplet: 2B, 7E and 90. RGB value is (43,126,144). Sum of RGB (Red+Green+Blue) = 43+126+144=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B7E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7E90 is #D4816F. Grayscale: #676767. Windows color (decimal): -13926768 or 9469483. OLE color: 9469483.
HSL color Cylindrical-coordinate representation of color #2B7E90: hue angle of 190.69º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B7E90 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 126 | 144 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.44 |
| HSL | 190.69º | 0.54% | 0.37% | - |
| HSV(B) | 190.69º | 0.7% | 0.56% | - |
| XYZ | 13.49 | 17.45 | 29.04 | - |
| YUV | 103.24 | 151 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 144 | 0.70 | 0.12 | 0 | 0.44 | 190.69 | 0.54 | 0.37 |
| Hex | 2B | 7E | 90 | 46 | C | 0 | 2C | BF | 36 | 25 |
| Octal | 53 | 176 | 220 | 106 | 14 | 0 | 54 | 277 | 66 | 45 |
| Binary | 101011 | 1111110 | 10010000 | 1000110 | 1100 | 0 | 101100 | 10111111 | 110110 | 100101 |
Color Harmonies of #2B7E90
Complementary color
Monochromatic Colors of #2B7E90
Black with #2B7E90
Text Example
Text Example
White with #2B7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7E90; }
p { color: rgb(43,126,144); }
H1.HeaderClassName
{
color: #2B7E90;
}
.AnyTagClassName
{
color: #2B7E90;
}
</style>
background-color css
<style>
a { background-color: #2B7E90; }
a { background-color: rgb(43,126,144); }
div.DivClassName
{
background-color: #2B7E90;
}
.BgClassName
{
background-color: #2B7E90;
}
</style>
border-color css
<style>
span { border-color: #2B7E90; }
span { border-color: rgb(43,126,144); }
td.TdClassName
{
border-color: #2B7E90;
}
.TagClassName
{
border-color: #2B7E90;
}
</style>