Shades of Scooter #2C859D
Tints of Scooter #2C859D
RGB
CMYK
RGB Variations
Color information
#2C859D (or 0x2C859D) is known color: Scooter. HEX triplet: 2C, 85 and 9D. RGB value is (44,133,157). Sum of RGB (Red+Green+Blue) = 44+133+157=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C859D is #D37A62. Grayscale: #6C6C6C. Windows color (decimal): -13859427 or 10323244. OLE color: 10323244.
HSL color Cylindrical-coordinate representation of color #2C859D: hue angle of 192.74º 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 #2C859D is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 133 | 157 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.38 |
| HSL | 192.74º | 0.56% | 0.39% | - |
| HSV(B) | 192.74º | 0.72% | 0.62% | - |
| XYZ | 15.51 | 19.74 | 34.89 | - |
| YUV | 109.13 | 155.01 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 157 | 0.72 | 0.15 | 0 | 0.38 | 192.74 | 0.56 | 0.39 |
| Hex | 2C | 85 | 9D | 48 | F | 0 | 26 | C1 | 38 | 27 |
| Octal | 54 | 205 | 235 | 110 | 17 | 0 | 46 | 301 | 70 | 47 |
| Binary | 101100 | 10000101 | 10011101 | 1001000 | 1111 | 0 | 100110 | 11000001 | 111000 | 100111 |
Color Harmonies of #2C859D
Complementary color
Monochromatic Colors of #2C859D
Black with #2C859D
Text Example
Text Example
White with #2C859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C859D; }
p { color: rgb(44,133,157); }
H1.HeaderClassName
{
color: #2C859D;
}
.AnyTagClassName
{
color: #2C859D;
}
</style>
background-color css
<style>
a { background-color: #2C859D; }
a { background-color: rgb(44,133,157); }
div.DivClassName
{
background-color: #2C859D;
}
.BgClassName
{
background-color: #2C859D;
}
</style>
border-color css
<style>
span { border-color: #2C859D; }
span { border-color: rgb(44,133,157); }
td.TdClassName
{
border-color: #2C859D;
}
.TagClassName
{
border-color: #2C859D;
}
</style>