Shades of Scooter #2B879E
Tints of Scooter #2B879E
RGB
CMYK
RGB Variations
Color information
#2B879E (or 0x2B879E) is known color: Scooter. HEX triplet: 2B, 87 and 9E. RGB value is (43,135,158). Sum of RGB (Red+Green+Blue) = 43+135+158=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B879E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B879E is #D47861. Grayscale: #6D6D6D. Windows color (decimal): -13924450 or 10389291. OLE color: 10389291.
HSL color Cylindrical-coordinate representation of color #2B879E: hue angle of 192º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B879E is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 135 | 158 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.38 |
| HSL | 192º | 0.57% | 0.39% | - |
| HSV(B) | 192º | 0.73% | 0.62% | - |
| XYZ | 15.83 | 20.31 | 35.43 | - |
| YUV | 110.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 158 | 0.73 | 0.15 | 0 | 0.38 | 192 | 0.57 | 0.39 |
| Hex | 2B | 87 | 9E | 49 | F | 0 | 26 | C0 | 39 | 27 |
| Octal | 53 | 207 | 236 | 111 | 17 | 0 | 46 | 300 | 71 | 47 |
| Binary | 101011 | 10000111 | 10011110 | 1001001 | 1111 | 0 | 100110 | 11000000 | 111001 | 100111 |
Color Harmonies of #2B879E
Complementary color
Monochromatic Colors of #2B879E
Black with #2B879E
Text Example
Text Example
White with #2B879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B879E; }
p { color: rgb(43,135,158); }
H1.HeaderClassName
{
color: #2B879E;
}
.AnyTagClassName
{
color: #2B879E;
}
</style>
background-color css
<style>
a { background-color: #2B879E; }
a { background-color: rgb(43,135,158); }
div.DivClassName
{
background-color: #2B879E;
}
.BgClassName
{
background-color: #2B879E;
}
</style>
border-color css
<style>
span { border-color: #2B879E; }
span { border-color: rgb(43,135,158); }
td.TdClassName
{
border-color: #2B879E;
}
.TagClassName
{
border-color: #2B879E;
}
</style>