Shades of Scooter #2B8595
Tints of Scooter #2B8595
RGB
CMYK
RGB Variations
Color information
#2B8595 (or 0x2B8595) is known color: Scooter. HEX triplet: 2B, 85 and 95. RGB value is (43,133,149). Sum of RGB (Red+Green+Blue) = 43+133+149=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B8595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8595 is #D47A6A. Grayscale: #6B6B6B. Windows color (decimal): -13924971 or 9798955. OLE color: 9798955.
HSL color Cylindrical-coordinate representation of color #2B8595: hue angle of 189.06º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B8595 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 133 | 149 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.42 |
| HSL | 189.06º | 0.55% | 0.38% | - |
| HSV(B) | 189.06º | 0.71% | 0.58% | - |
| XYZ | 14.81 | 19.46 | 31.41 | - |
| YUV | 107.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 149 | 0.71 | 0.11 | 0 | 0.42 | 189.06 | 0.55 | 0.38 |
| Hex | 2B | 85 | 95 | 47 | B | 0 | 2A | BD | 37 | 26 |
| Octal | 53 | 205 | 225 | 107 | 13 | 0 | 52 | 275 | 67 | 46 |
| Binary | 101011 | 10000101 | 10010101 | 1000111 | 1011 | 0 | 101010 | 10111101 | 110111 | 100110 |
Color Harmonies of #2B8595
Complementary color
Monochromatic Colors of #2B8595
Black with #2B8595
Text Example
Text Example
White with #2B8595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8595; }
p { color: rgb(43,133,149); }
H1.HeaderClassName
{
color: #2B8595;
}
.AnyTagClassName
{
color: #2B8595;
}
</style>
background-color css
<style>
a { background-color: #2B8595; }
a { background-color: rgb(43,133,149); }
div.DivClassName
{
background-color: #2B8595;
}
.BgClassName
{
background-color: #2B8595;
}
</style>
border-color css
<style>
span { border-color: #2B8595; }
span { border-color: rgb(43,133,149); }
td.TdClassName
{
border-color: #2B8595;
}
.TagClassName
{
border-color: #2B8595;
}
</style>