Shades of Scooter #2C869E
Tints of Scooter #2C869E
RGB
CMYK
RGB Variations
Color information
#2C869E (or 0x2C869E) is known color: Scooter. HEX triplet: 2C, 86 and 9E. RGB value is (44,134,158). Sum of RGB (Red+Green+Blue) = 44+134+158=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C869E is #D37961. Grayscale: #6D6D6D. Windows color (decimal): -13859170 or 10389036. OLE color: 10389036.
HSL color Cylindrical-coordinate representation of color #2C869E: hue angle of 192.63º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C869E is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 134 | 158 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.38 |
| HSL | 192.63º | 0.56% | 0.4% | - |
| HSV(B) | 192.63º | 0.72% | 0.62% | - |
| XYZ | 15.74 | 20.05 | 35.39 | - |
| YUV | 109.83 | 155.18 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 134 | 158 | 0.72 | 0.15 | 0 | 0.38 | 192.63 | 0.56 | 0.4 |
| Hex | 2C | 86 | 9E | 48 | F | 0 | 26 | C1 | 38 | 28 |
| Octal | 54 | 206 | 236 | 110 | 17 | 0 | 46 | 301 | 70 | 50 |
| Binary | 101100 | 10000110 | 10011110 | 1001000 | 1111 | 0 | 100110 | 11000001 | 111000 | 101000 |
Color Harmonies of #2C869E
Complementary color
Monochromatic Colors of #2C869E
Black with #2C869E
Text Example
Text Example
White with #2C869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C869E; }
p { color: rgb(44,134,158); }
H1.HeaderClassName
{
color: #2C869E;
}
.AnyTagClassName
{
color: #2C869E;
}
</style>
background-color css
<style>
a { background-color: #2C869E; }
a { background-color: rgb(44,134,158); }
div.DivClassName
{
background-color: #2C869E;
}
.BgClassName
{
background-color: #2C869E;
}
</style>
border-color css
<style>
span { border-color: #2C869E; }
span { border-color: rgb(44,134,158); }
td.TdClassName
{
border-color: #2C869E;
}
.TagClassName
{
border-color: #2C869E;
}
</style>