Shades of Scooter #2B8698
Tints of Scooter #2B8698
RGB
CMYK
RGB Variations
Color information
#2B8698 (or 0x2B8698) is known color: Scooter. HEX triplet: 2B, 86 and 98. RGB value is (43,134,152). Sum of RGB (Red+Green+Blue) = 43+134+152=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B8698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8698 is #D47967. Grayscale: #6C6C6C. Windows color (decimal): -13924712 or 9995819. OLE color: 9995819.
HSL color Cylindrical-coordinate representation of color #2B8698: hue angle of 189.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B8698 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 134 | 152 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.40 |
| HSL | 189.91º | 0.56% | 0.38% | - |
| HSV(B) | 189.91º | 0.72% | 0.6% | - |
| XYZ | 15.19 | 19.83 | 32.73 | - |
| YUV | 108.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 152 | 0.72 | 0.12 | 0 | 0.40 | 189.91 | 0.56 | 0.38 |
| Hex | 2B | 86 | 98 | 48 | C | 0 | 28 | BE | 38 | 26 |
| Octal | 53 | 206 | 230 | 110 | 14 | 0 | 50 | 276 | 70 | 46 |
| Binary | 101011 | 10000110 | 10011000 | 1001000 | 1100 | 0 | 101000 | 10111110 | 111000 | 100110 |
Color Harmonies of #2B8698
Complementary color
Monochromatic Colors of #2B8698
Black with #2B8698
Text Example
Text Example
White with #2B8698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8698; }
p { color: rgb(43,134,152); }
H1.HeaderClassName
{
color: #2B8698;
}
.AnyTagClassName
{
color: #2B8698;
}
</style>
background-color css
<style>
a { background-color: #2B8698; }
a { background-color: rgb(43,134,152); }
div.DivClassName
{
background-color: #2B8698;
}
.BgClassName
{
background-color: #2B8698;
}
</style>
border-color css
<style>
span { border-color: #2B8698; }
span { border-color: rgb(43,134,152); }
td.TdClassName
{
border-color: #2B8698;
}
.TagClassName
{
border-color: #2B8698;
}
</style>