Shades of Scooter #3C9EA2
Tints of Scooter #3C9EA2
RGB
CMYK
RGB Variations
Color information
#3C9EA2 (or 0x3C9EA2) is known color: Scooter. HEX triplet: 3C, 9E and A2. RGB value is (60,158,162). Sum of RGB (Red+Green+Blue) = 60+158+162=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 162 - color contains mainly: blue. Hex color #3C9EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9EA2 is #C3615D. Grayscale: #818181. Windows color (decimal): -12804446 or 10657340. OLE color: 10657340.
HSL color Cylindrical-coordinate representation of color #3C9EA2: hue angle of 182.35º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C9EA2 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 158 | 162 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.36 |
| HSL | 182.35º | 0.46% | 0.44% | - |
| HSV(B) | 182.35º | 0.63% | 0.64% | - |
| XYZ | 20.61 | 28.02 | 38.51 | - |
| YUV | 129.15 | 146.53 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 158 | 162 | 0.63 | 0.02 | 0 | 0.36 | 182.35 | 0.46 | 0.44 |
| Hex | 3C | 9E | A2 | 3F | 2 | 0 | 24 | B6 | 2E | 2C |
| Octal | 74 | 236 | 242 | 77 | 2 | 0 | 44 | 266 | 56 | 54 |
| Binary | 111100 | 10011110 | 10100010 | 111111 | 10 | 0 | 100100 | 10110110 | 101110 | 101100 |
Color Harmonies of #3C9EA2
Complementary color
Monochromatic Colors of #3C9EA2
Black with #3C9EA2
Text Example
Text Example
White with #3C9EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9EA2; }
p { color: rgb(60,158,162); }
H1.HeaderClassName
{
color: #3C9EA2;
}
.AnyTagClassName
{
color: #3C9EA2;
}
</style>
background-color css
<style>
a { background-color: #3C9EA2; }
a { background-color: rgb(60,158,162); }
div.DivClassName
{
background-color: #3C9EA2;
}
.BgClassName
{
background-color: #3C9EA2;
}
</style>
border-color css
<style>
span { border-color: #3C9EA2; }
span { border-color: rgb(60,158,162); }
td.TdClassName
{
border-color: #3C9EA2;
}
.TagClassName
{
border-color: #3C9EA2;
}
</style>