Shades of Scooter #2B879F
Tints of Scooter #2B879F
RGB
CMYK
RGB Variations
Color information
#2B879F (or 0x2B879F) is known color: Scooter. HEX triplet: 2B, 87 and 9F. RGB value is (43,135,159). Sum of RGB (Red+Green+Blue) = 43+135+159=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B879F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B879F is #D47860. Grayscale: #6E6E6E. Windows color (decimal): -13924449 or 10454827. OLE color: 10454827.
HSL color Cylindrical-coordinate representation of color #2B879F: hue angle of 192.41º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B879F is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 135 | 159 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.38 |
| HSL | 192.41º | 0.57% | 0.4% | - |
| HSV(B) | 192.41º | 0.73% | 0.62% | - |
| XYZ | 15.92 | 20.34 | 35.89 | - |
| YUV | 110.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 159 | 0.73 | 0.15 | 0 | 0.38 | 192.41 | 0.57 | 0.4 |
| Hex | 2B | 87 | 9F | 49 | F | 0 | 26 | C0 | 39 | 28 |
| Octal | 53 | 207 | 237 | 111 | 17 | 0 | 46 | 300 | 71 | 50 |
| Binary | 101011 | 10000111 | 10011111 | 1001001 | 1111 | 0 | 100110 | 11000000 | 111001 | 101000 |
Color Harmonies of #2B879F
Complementary color
Monochromatic Colors of #2B879F
Black with #2B879F
Text Example
Text Example
White with #2B879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B879F; }
p { color: rgb(43,135,159); }
H1.HeaderClassName
{
color: #2B879F;
}
.AnyTagClassName
{
color: #2B879F;
}
</style>
background-color css
<style>
a { background-color: #2B879F; }
a { background-color: rgb(43,135,159); }
div.DivClassName
{
background-color: #2B879F;
}
.BgClassName
{
background-color: #2B879F;
}
</style>
border-color css
<style>
span { border-color: #2B879F; }
span { border-color: rgb(43,135,159); }
td.TdClassName
{
border-color: #2B879F;
}
.TagClassName
{
border-color: #2B879F;
}
</style>