Shades of Scooter #2C8BAE
Tints of Scooter #2C8BAE
RGB
CMYK
RGB Variations
Color information
#2C8BAE (or 0x2C8BAE) is known color: Scooter. HEX triplet: 2C, 8B and AE. RGB value is (44,139,174). Sum of RGB (Red+Green+Blue) = 44+139+174=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C8BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8BAE is #D37451. Grayscale: #727272. Windows color (decimal): -13857874 or 11438892. OLE color: 11438892.
HSL color Cylindrical-coordinate representation of color #2C8BAE: hue angle of 196.15º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C8BAE is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 139 | 174 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.32 |
| HSL | 196.15º | 0.6% | 0.43% | - |
| HSV(B) | 196.15º | 0.75% | 0.68% | - |
| XYZ | 17.91 | 22.06 | 43.36 | - |
| YUV | 114.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 174 | 0.75 | 0.20 | 0 | 0.32 | 196.15 | 0.6 | 0.43 |
| Hex | 2C | 8B | AE | 4B | 14 | 0 | 20 | C4 | 3C | 2B |
| Octal | 54 | 213 | 256 | 113 | 24 | 0 | 40 | 304 | 74 | 53 |
| Binary | 101100 | 10001011 | 10101110 | 1001011 | 10100 | 0 | 100000 | 11000100 | 111100 | 101011 |
Color Harmonies of #2C8BAE
Complementary color
Monochromatic Colors of #2C8BAE
Black with #2C8BAE
Text Example
Text Example
White with #2C8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8BAE; }
p { color: rgb(44,139,174); }
H1.HeaderClassName
{
color: #2C8BAE;
}
.AnyTagClassName
{
color: #2C8BAE;
}
</style>
background-color css
<style>
a { background-color: #2C8BAE; }
a { background-color: rgb(44,139,174); }
div.DivClassName
{
background-color: #2C8BAE;
}
.BgClassName
{
background-color: #2C8BAE;
}
</style>
border-color css
<style>
span { border-color: #2C8BAE; }
span { border-color: rgb(44,139,174); }
td.TdClassName
{
border-color: #2C8BAE;
}
.TagClassName
{
border-color: #2C8BAE;
}
</style>