Shades of Scooter #2C889D
Tints of Scooter #2C889D
RGB
CMYK
RGB Variations
Color information
#2C889D (or 0x2C889D) is known color: Scooter. HEX triplet: 2C, 88 and 9D. RGB value is (44,136,157). Sum of RGB (Red+Green+Blue) = 44+136+157=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C889D is #D37762. Grayscale: #6E6E6E. Windows color (decimal): -13858659 or 10324012. OLE color: 10324012.
HSL color Cylindrical-coordinate representation of color #2C889D: hue angle of 191.15º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C889D is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 136 | 157 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.38 |
| HSL | 191.15º | 0.56% | 0.39% | - |
| HSV(B) | 191.15º | 0.72% | 0.62% | - |
| XYZ | 15.93 | 20.58 | 35.03 | - |
| YUV | 110.89 | 154.02 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 157 | 0.72 | 0.13 | 0 | 0.38 | 191.15 | 0.56 | 0.39 |
| Hex | 2C | 88 | 9D | 48 | D | 0 | 26 | BF | 38 | 27 |
| Octal | 54 | 210 | 235 | 110 | 15 | 0 | 46 | 277 | 70 | 47 |
| Binary | 101100 | 10001000 | 10011101 | 1001000 | 1101 | 0 | 100110 | 10111111 | 111000 | 100111 |
Color Harmonies of #2C889D
Complementary color
Monochromatic Colors of #2C889D
Black with #2C889D
Text Example
Text Example
White with #2C889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C889D; }
p { color: rgb(44,136,157); }
H1.HeaderClassName
{
color: #2C889D;
}
.AnyTagClassName
{
color: #2C889D;
}
</style>
background-color css
<style>
a { background-color: #2C889D; }
a { background-color: rgb(44,136,157); }
div.DivClassName
{
background-color: #2C889D;
}
.BgClassName
{
background-color: #2C889D;
}
</style>
border-color css
<style>
span { border-color: #2C889D; }
span { border-color: rgb(44,136,157); }
td.TdClassName
{
border-color: #2C889D;
}
.TagClassName
{
border-color: #2C889D;
}
</style>