Shades of Scooter #2B838F
Tints of Scooter #2B838F
RGB
CMYK
RGB Variations
Color information
#2B838F (or 0x2B838F) is known color: Scooter. HEX triplet: 2B, 83 and 8F. RGB value is (43,131,143). Sum of RGB (Red+Green+Blue) = 43+131+143=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B838F is #D47C70. Grayscale: #696969. Windows color (decimal): -13925489 or 9405227. OLE color: 9405227.
HSL color Cylindrical-coordinate representation of color #2B838F: hue angle of 187.2º 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 #2B838F is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 131 | 143 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.44 |
| HSL | 187.2º | 0.54% | 0.36% | - |
| HSV(B) | 187.2º | 0.7% | 0.56% | - |
| XYZ | 14.07 | 18.73 | 28.86 | - |
| YUV | 106.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 143 | 0.70 | 0.08 | 0 | 0.44 | 187.2 | 0.54 | 0.36 |
| Hex | 2B | 83 | 8F | 46 | 8 | 0 | 2C | BB | 36 | 24 |
| Octal | 53 | 203 | 217 | 106 | 10 | 0 | 54 | 273 | 66 | 44 |
| Binary | 101011 | 10000011 | 10001111 | 1000110 | 1000 | 0 | 101100 | 10111011 | 110110 | 100100 |
Color Harmonies of #2B838F
Complementary color
Monochromatic Colors of #2B838F
Black with #2B838F
Text Example
Text Example
White with #2B838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B838F; }
p { color: rgb(43,131,143); }
H1.HeaderClassName
{
color: #2B838F;
}
.AnyTagClassName
{
color: #2B838F;
}
</style>
background-color css
<style>
a { background-color: #2B838F; }
a { background-color: rgb(43,131,143); }
div.DivClassName
{
background-color: #2B838F;
}
.BgClassName
{
background-color: #2B838F;
}
</style>
border-color css
<style>
span { border-color: #2B838F; }
span { border-color: rgb(43,131,143); }
td.TdClassName
{
border-color: #2B838F;
}
.TagClassName
{
border-color: #2B838F;
}
</style>