Shades of Scooter #2C8BA1
Tints of Scooter #2C8BA1
RGB
CMYK
RGB Variations
Color information
#2C8BA1 (or 0x2C8BA1) is known color: Scooter. HEX triplet: 2C, 8B and A1. RGB value is (44,139,161). Sum of RGB (Red+Green+Blue) = 44+139+161=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 161 - color contains mainly: blue. Hex color #2C8BA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8BA1 is #D3745E. Grayscale: #707070. Windows color (decimal): -13857887 or 10586924. OLE color: 10586924.
HSL color Cylindrical-coordinate representation of color #2C8BA1: hue angle of 191.28º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C8BA1 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 139 | 161 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.37 |
| HSL | 191.28º | 0.57% | 0.4% | - |
| HSV(B) | 191.28º | 0.73% | 0.63% | - |
| XYZ | 16.7 | 21.57 | 37 | - |
| YUV | 113.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 161 | 0.73 | 0.14 | 0 | 0.37 | 191.28 | 0.57 | 0.4 |
| Hex | 2C | 8B | A1 | 49 | E | 0 | 25 | BF | 39 | 28 |
| Octal | 54 | 213 | 241 | 111 | 16 | 0 | 45 | 277 | 71 | 50 |
| Binary | 101100 | 10001011 | 10100001 | 1001001 | 1110 | 0 | 100101 | 10111111 | 111001 | 101000 |
Color Harmonies of #2C8BA1
Complementary color
Monochromatic Colors of #2C8BA1
Black with #2C8BA1
Text Example
Text Example
White with #2C8BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8BA1; }
p { color: rgb(44,139,161); }
H1.HeaderClassName
{
color: #2C8BA1;
}
.AnyTagClassName
{
color: #2C8BA1;
}
</style>
background-color css
<style>
a { background-color: #2C8BA1; }
a { background-color: rgb(44,139,161); }
div.DivClassName
{
background-color: #2C8BA1;
}
.BgClassName
{
background-color: #2C8BA1;
}
</style>
border-color css
<style>
span { border-color: #2C8BA1; }
span { border-color: rgb(44,139,161); }
td.TdClassName
{
border-color: #2C8BA1;
}
.TagClassName
{
border-color: #2C8BA1;
}
</style>