Shades of Scooter #2B8099
Tints of Scooter #2B8099
RGB
CMYK
RGB Variations
Color information
#2B8099 (or 0x2B8099) is known color: Scooter. HEX triplet: 2B, 80 and 99. RGB value is (43,128,153). Sum of RGB (Red+Green+Blue) = 43+128+153=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B8099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8099 is #D47F66. Grayscale: #696969. Windows color (decimal): -13926247 or 10059819. OLE color: 10059819.
HSL color Cylindrical-coordinate representation of color #2B8099: hue angle of 193.64º 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 #2B8099 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 128 | 153 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.4 |
| HSL | 193.64º | 0.56% | 0.38% | - |
| HSV(B) | 193.64º | 0.72% | 0.6% | - |
| XYZ | 14.47 | 18.25 | 32.9 | - |
| YUV | 105.44 | 154.84 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 153 | 0.72 | 0.16 | 0 | 0.4 | 193.64 | 0.56 | 0.38 |
| Hex | 2B | 80 | 99 | 48 | 10 | 0 | 28 | C2 | 38 | 26 |
| Octal | 53 | 200 | 231 | 110 | 20 | 0 | 50 | 302 | 70 | 46 |
| Binary | 101011 | 10000000 | 10011001 | 1001000 | 10000 | 0 | 101000 | 11000010 | 111000 | 100110 |
Color Harmonies of #2B8099
Complementary color
Monochromatic Colors of #2B8099
Black with #2B8099
Text Example
Text Example
White with #2B8099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8099; }
p { color: rgb(43,128,153); }
H1.HeaderClassName
{
color: #2B8099;
}
.AnyTagClassName
{
color: #2B8099;
}
</style>
background-color css
<style>
a { background-color: #2B8099; }
a { background-color: rgb(43,128,153); }
div.DivClassName
{
background-color: #2B8099;
}
.BgClassName
{
background-color: #2B8099;
}
</style>
border-color css
<style>
span { border-color: #2B8099; }
span { border-color: rgb(43,128,153); }
td.TdClassName
{
border-color: #2B8099;
}
.TagClassName
{
border-color: #2B8099;
}
</style>