Shades of Scooter #2C809C
Tints of Scooter #2C809C
RGB
CMYK
RGB Variations
Color information
#2C809C (or 0x2C809C) is known color: Scooter. HEX triplet: 2C, 80 and 9C. RGB value is (44,128,156). Sum of RGB (Red+Green+Blue) = 44+128+156=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C809C is #D37F63. Grayscale: #696969. Windows color (decimal): -13860708 or 10256428. OLE color: 10256428.
HSL color Cylindrical-coordinate representation of color #2C809C: hue angle of 195º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C809C is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 128 | 156 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.39 |
| HSL | 195º | 0.56% | 0.39% | - |
| HSV(B) | 195º | 0.72% | 0.61% | - |
| XYZ | 14.76 | 18.37 | 34.22 | - |
| YUV | 106.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 128 | 156 | 0.72 | 0.18 | 0 | 0.39 | 195 | 0.56 | 0.39 |
| Hex | 2C | 80 | 9C | 48 | 12 | 0 | 27 | C3 | 38 | 27 |
| Octal | 54 | 200 | 234 | 110 | 22 | 0 | 47 | 303 | 70 | 47 |
| Binary | 101100 | 10000000 | 10011100 | 1001000 | 10010 | 0 | 100111 | 11000011 | 111000 | 100111 |
Color Harmonies of #2C809C
Complementary color
Monochromatic Colors of #2C809C
Black with #2C809C
Text Example
Text Example
White with #2C809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C809C; }
p { color: rgb(44,128,156); }
H1.HeaderClassName
{
color: #2C809C;
}
.AnyTagClassName
{
color: #2C809C;
}
</style>
background-color css
<style>
a { background-color: #2C809C; }
a { background-color: rgb(44,128,156); }
div.DivClassName
{
background-color: #2C809C;
}
.BgClassName
{
background-color: #2C809C;
}
</style>
border-color css
<style>
span { border-color: #2C809C; }
span { border-color: rgb(44,128,156); }
td.TdClassName
{
border-color: #2C809C;
}
.TagClassName
{
border-color: #2C809C;
}
</style>