Shades of Scooter #2C8EAA
Tints of Scooter #2C8EAA
RGB
CMYK
RGB Variations
Color information
#2C8EAA (or 0x2C8EAA) is known color: Scooter. HEX triplet: 2C, 8E and AA. RGB value is (44,142,170). Sum of RGB (Red+Green+Blue) = 44+142+170=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C8EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8EAA is #D37155. Grayscale: #737373. Windows color (decimal): -13857110 or 11177516. OLE color: 11177516.
HSL color Cylindrical-coordinate representation of color #2C8EAA: hue angle of 193.33º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C8EAA is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 142 | 170 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.33 |
| HSL | 193.33º | 0.59% | 0.42% | - |
| HSV(B) | 193.33º | 0.74% | 0.67% | - |
| XYZ | 17.97 | 22.78 | 41.48 | - |
| YUV | 115.89 | 158.53 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 170 | 0.74 | 0.16 | 0 | 0.33 | 193.33 | 0.59 | 0.42 |
| Hex | 2C | 8E | AA | 4A | 10 | 0 | 21 | C1 | 3B | 2A |
| Octal | 54 | 216 | 252 | 112 | 20 | 0 | 41 | 301 | 73 | 52 |
| Binary | 101100 | 10001110 | 10101010 | 1001010 | 10000 | 0 | 100001 | 11000001 | 111011 | 101010 |
Color Harmonies of #2C8EAA
Complementary color
Monochromatic Colors of #2C8EAA
Black with #2C8EAA
Text Example
Text Example
White with #2C8EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8EAA; }
p { color: rgb(44,142,170); }
H1.HeaderClassName
{
color: #2C8EAA;
}
.AnyTagClassName
{
color: #2C8EAA;
}
</style>
background-color css
<style>
a { background-color: #2C8EAA; }
a { background-color: rgb(44,142,170); }
div.DivClassName
{
background-color: #2C8EAA;
}
.BgClassName
{
background-color: #2C8EAA;
}
</style>
border-color css
<style>
span { border-color: #2C8EAA; }
span { border-color: rgb(44,142,170); }
td.TdClassName
{
border-color: #2C8EAA;
}
.TagClassName
{
border-color: #2C8EAA;
}
</style>