Shades of Scooter #2C8C9D
Tints of Scooter #2C8C9D
RGB
CMYK
RGB Variations
Color information
#2C8C9D (or 0x2C8C9D) is known color: Scooter. HEX triplet: 2C, 8C and 9D. RGB value is (44,140,157). Sum of RGB (Red+Green+Blue) = 44+140+157=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C8C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8C9D is #D37362. Grayscale: #717171. Windows color (decimal): -13857635 or 10325036. OLE color: 10325036.
HSL color Cylindrical-coordinate representation of color #2C8C9D: hue angle of 189.03º 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 #2C8C9D is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 140 | 157 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.38 |
| HSL | 189.03º | 0.56% | 0.39% | - |
| HSV(B) | 189.03º | 0.72% | 0.62% | - |
| XYZ | 16.5 | 21.73 | 35.22 | - |
| YUV | 113.23 | 152.7 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 140 | 157 | 0.72 | 0.11 | 0 | 0.38 | 189.03 | 0.56 | 0.39 |
| Hex | 2C | 8C | 9D | 48 | B | 0 | 26 | BD | 38 | 27 |
| Octal | 54 | 214 | 235 | 110 | 13 | 0 | 46 | 275 | 70 | 47 |
| Binary | 101100 | 10001100 | 10011101 | 1001000 | 1011 | 0 | 100110 | 10111101 | 111000 | 100111 |
Color Harmonies of #2C8C9D
Complementary color
Monochromatic Colors of #2C8C9D
Black with #2C8C9D
Text Example
Text Example
White with #2C8C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8C9D; }
p { color: rgb(44,140,157); }
H1.HeaderClassName
{
color: #2C8C9D;
}
.AnyTagClassName
{
color: #2C8C9D;
}
</style>
background-color css
<style>
a { background-color: #2C8C9D; }
a { background-color: rgb(44,140,157); }
div.DivClassName
{
background-color: #2C8C9D;
}
.BgClassName
{
background-color: #2C8C9D;
}
</style>
border-color css
<style>
span { border-color: #2C8C9D; }
span { border-color: rgb(44,140,157); }
td.TdClassName
{
border-color: #2C8C9D;
}
.TagClassName
{
border-color: #2C8C9D;
}
</style>