Shades of Scooter #2B8491
Tints of Scooter #2B8491
RGB
CMYK
RGB Variations
Color information
#2B8491 (or 0x2B8491) is known color: Scooter. HEX triplet: 2B, 84 and 91. RGB value is (43,132,145). Sum of RGB (Red+Green+Blue) = 43+132+145=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B8491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8491 is #D47B6E. Grayscale: #6A6A6A. Windows color (decimal): -13925231 or 9536555. OLE color: 9536555.
HSL color Cylindrical-coordinate representation of color #2B8491: hue angle of 187.65º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8491 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 132 | 145 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.43 |
| HSL | 187.65º | 0.54% | 0.37% | - |
| HSV(B) | 187.65º | 0.7% | 0.57% | - |
| XYZ | 14.36 | 19.06 | 29.71 | - |
| YUV | 106.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 145 | 0.70 | 0.09 | 0 | 0.43 | 187.65 | 0.54 | 0.37 |
| Hex | 2B | 84 | 91 | 46 | 9 | 0 | 2B | BC | 36 | 25 |
| Octal | 53 | 204 | 221 | 106 | 11 | 0 | 53 | 274 | 66 | 45 |
| Binary | 101011 | 10000100 | 10010001 | 1000110 | 1001 | 0 | 101011 | 10111100 | 110110 | 100101 |
Color Harmonies of #2B8491
Complementary color
Monochromatic Colors of #2B8491
Black with #2B8491
Text Example
Text Example
White with #2B8491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8491; }
p { color: rgb(43,132,145); }
H1.HeaderClassName
{
color: #2B8491;
}
.AnyTagClassName
{
color: #2B8491;
}
</style>
background-color css
<style>
a { background-color: #2B8491; }
a { background-color: rgb(43,132,145); }
div.DivClassName
{
background-color: #2B8491;
}
.BgClassName
{
background-color: #2B8491;
}
</style>
border-color css
<style>
span { border-color: #2B8491; }
span { border-color: rgb(43,132,145); }
td.TdClassName
{
border-color: #2B8491;
}
.TagClassName
{
border-color: #2B8491;
}
</style>