Shades of Scooter #2B828E
Tints of Scooter #2B828E
RGB
CMYK
RGB Variations
Color information
#2B828E (or 0x2B828E) is known color: Scooter. HEX triplet: 2B, 82 and 8E. RGB value is (43,130,142). Sum of RGB (Red+Green+Blue) = 43+130+142=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B828E is #D47D71. Grayscale: #696969. Windows color (decimal): -13925746 or 9339435. OLE color: 9339435.
HSL color Cylindrical-coordinate representation of color #2B828E: hue angle of 187.27º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B828E is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 130 | 142 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.44 |
| HSL | 187.27º | 0.54% | 0.36% | - |
| HSV(B) | 187.27º | 0.7% | 0.56% | - |
| XYZ | 13.86 | 18.43 | 28.42 | - |
| YUV | 105.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 142 | 0.70 | 0.08 | 0 | 0.44 | 187.27 | 0.54 | 0.36 |
| Hex | 2B | 82 | 8E | 46 | 8 | 0 | 2C | BB | 36 | 24 |
| Octal | 53 | 202 | 216 | 106 | 10 | 0 | 54 | 273 | 66 | 44 |
| Binary | 101011 | 10000010 | 10001110 | 1000110 | 1000 | 0 | 101100 | 10111011 | 110110 | 100100 |
Color Harmonies of #2B828E
Complementary color
Monochromatic Colors of #2B828E
Black with #2B828E
Text Example
Text Example
White with #2B828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B828E; }
p { color: rgb(43,130,142); }
H1.HeaderClassName
{
color: #2B828E;
}
.AnyTagClassName
{
color: #2B828E;
}
</style>
background-color css
<style>
a { background-color: #2B828E; }
a { background-color: rgb(43,130,142); }
div.DivClassName
{
background-color: #2B828E;
}
.BgClassName
{
background-color: #2B828E;
}
</style>
border-color css
<style>
span { border-color: #2B828E; }
span { border-color: rgb(43,130,142); }
td.TdClassName
{
border-color: #2B828E;
}
.TagClassName
{
border-color: #2B828E;
}
</style>