Shades of Scooter #3C939C
Tints of Scooter #3C939C
RGB
CMYK
RGB Variations
Color information
#3C939C (or 0x3C939C) is known color: Scooter. HEX triplet: 3C, 93 and 9C. RGB value is (60,147,156). Sum of RGB (Red+Green+Blue) = 60+147+156=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C939C is #C36C63. Grayscale: #797979. Windows color (decimal): -12807268 or 10261308. OLE color: 10261308.
HSL color Cylindrical-coordinate representation of color #3C939C: hue angle of 185.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C939C is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 147 | 156 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.39 |
| HSL | 185.63º | 0.44% | 0.42% | - |
| HSV(B) | 185.63º | 0.62% | 0.61% | - |
| XYZ | 18.3 | 24.23 | 35.16 | - |
| YUV | 122.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 156 | 0.62 | 0.06 | 0 | 0.39 | 185.63 | 0.44 | 0.42 |
| Hex | 3C | 93 | 9C | 3E | 6 | 0 | 27 | BA | 2C | 2A |
| Octal | 74 | 223 | 234 | 76 | 6 | 0 | 47 | 272 | 54 | 52 |
| Binary | 111100 | 10010011 | 10011100 | 111110 | 110 | 0 | 100111 | 10111010 | 101100 | 101010 |
Color Harmonies of #3C939C
Complementary color
Monochromatic Colors of #3C939C
Black with #3C939C
Text Example
Text Example
White with #3C939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C939C; }
p { color: rgb(60,147,156); }
H1.HeaderClassName
{
color: #3C939C;
}
.AnyTagClassName
{
color: #3C939C;
}
</style>
background-color css
<style>
a { background-color: #3C939C; }
a { background-color: rgb(60,147,156); }
div.DivClassName
{
background-color: #3C939C;
}
.BgClassName
{
background-color: #3C939C;
}
</style>
border-color css
<style>
span { border-color: #3C939C; }
span { border-color: rgb(60,147,156); }
td.TdClassName
{
border-color: #3C939C;
}
.TagClassName
{
border-color: #3C939C;
}
</style>