Shades of Scooter #2B849A
Tints of Scooter #2B849A
RGB
CMYK
RGB Variations
Color information
#2B849A (or 0x2B849A) is known color: Scooter. HEX triplet: 2B, 84 and 9A. RGB value is (43,132,154). Sum of RGB (Red+Green+Blue) = 43+132+154=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B849A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B849A is #D47B65. Grayscale: #6B6B6B. Windows color (decimal): -13925222 or 10126379. OLE color: 10126379.
HSL color Cylindrical-coordinate representation of color #2B849A: hue angle of 191.89º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B849A is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 132 | 154 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.40 |
| HSL | 191.89º | 0.56% | 0.39% | - |
| HSV(B) | 191.89º | 0.72% | 0.6% | - |
| XYZ | 15.08 | 19.35 | 33.51 | - |
| YUV | 107.9 | 154.01 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 154 | 0.72 | 0.14 | 0 | 0.40 | 191.89 | 0.56 | 0.39 |
| Hex | 2B | 84 | 9A | 48 | E | 0 | 28 | C0 | 38 | 27 |
| Octal | 53 | 204 | 232 | 110 | 16 | 0 | 50 | 300 | 70 | 47 |
| Binary | 101011 | 10000100 | 10011010 | 1001000 | 1110 | 0 | 101000 | 11000000 | 111000 | 100111 |
Color Harmonies of #2B849A
Complementary color
Monochromatic Colors of #2B849A
Black with #2B849A
Text Example
Text Example
White with #2B849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B849A; }
p { color: rgb(43,132,154); }
H1.HeaderClassName
{
color: #2B849A;
}
.AnyTagClassName
{
color: #2B849A;
}
</style>
background-color css
<style>
a { background-color: #2B849A; }
a { background-color: rgb(43,132,154); }
div.DivClassName
{
background-color: #2B849A;
}
.BgClassName
{
background-color: #2B849A;
}
</style>
border-color css
<style>
span { border-color: #2B849A; }
span { border-color: rgb(43,132,154); }
td.TdClassName
{
border-color: #2B849A;
}
.TagClassName
{
border-color: #2B849A;
}
</style>