Shades of Scooter #2B8299
Tints of Scooter #2B8299
RGB
CMYK
RGB Variations
Color information
#2B8299 (or 0x2B8299) is known color: Scooter. HEX triplet: 2B, 82 and 99. RGB value is (43,130,153). Sum of RGB (Red+Green+Blue) = 43+130+153=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B8299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8299 is #D47D66. Grayscale: #6A6A6A. Windows color (decimal): -13925735 or 10060331. OLE color: 10060331.
HSL color Cylindrical-coordinate representation of color #2B8299: hue angle of 192.55º 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 #2B8299 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 130 | 153 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.4 |
| HSL | 192.55º | 0.56% | 0.38% | - |
| HSV(B) | 192.55º | 0.72% | 0.6% | - |
| XYZ | 14.73 | 18.78 | 32.99 | - |
| YUV | 106.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 153 | 0.72 | 0.15 | 0 | 0.4 | 192.55 | 0.56 | 0.38 |
| Hex | 2B | 82 | 99 | 48 | F | 0 | 28 | C1 | 38 | 26 |
| Octal | 53 | 202 | 231 | 110 | 17 | 0 | 50 | 301 | 70 | 46 |
| Binary | 101011 | 10000010 | 10011001 | 1001000 | 1111 | 0 | 101000 | 11000001 | 111000 | 100110 |
Color Harmonies of #2B8299
Complementary color
Monochromatic Colors of #2B8299
Black with #2B8299
Text Example
Text Example
White with #2B8299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8299; }
p { color: rgb(43,130,153); }
H1.HeaderClassName
{
color: #2B8299;
}
.AnyTagClassName
{
color: #2B8299;
}
</style>
background-color css
<style>
a { background-color: #2B8299; }
a { background-color: rgb(43,130,153); }
div.DivClassName
{
background-color: #2B8299;
}
.BgClassName
{
background-color: #2B8299;
}
</style>
border-color css
<style>
span { border-color: #2B8299; }
span { border-color: rgb(43,130,153); }
td.TdClassName
{
border-color: #2B8299;
}
.TagClassName
{
border-color: #2B8299;
}
</style>