Shades of Scooter #3C939F
Tints of Scooter #3C939F
RGB
CMYK
RGB Variations
Color information
#3C939F (or 0x3C939F) is known color: Scooter. HEX triplet: 3C, 93 and 9F. RGB value is (60,147,159). Sum of RGB (Red+Green+Blue) = 60+147+159=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C939F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C939F is #C36C60. Grayscale: #7A7A7A. Windows color (decimal): -12807265 or 10457916. OLE color: 10457916.
HSL color Cylindrical-coordinate representation of color #3C939F: hue angle of 187.27º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C939F is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 147 | 159 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.38 |
| HSL | 187.27º | 0.45% | 0.43% | - |
| HSV(B) | 187.27º | 0.62% | 0.62% | - |
| XYZ | 18.56 | 24.33 | 36.52 | - |
| YUV | 122.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 159 | 0.62 | 0.08 | 0 | 0.38 | 187.27 | 0.45 | 0.43 |
| Hex | 3C | 93 | 9F | 3E | 8 | 0 | 26 | BB | 2D | 2B |
| Octal | 74 | 223 | 237 | 76 | 10 | 0 | 46 | 273 | 55 | 53 |
| Binary | 111100 | 10010011 | 10011111 | 111110 | 1000 | 0 | 100110 | 10111011 | 101101 | 101011 |
Color Harmonies of #3C939F
Complementary color
Monochromatic Colors of #3C939F
Black with #3C939F
Text Example
Text Example
White with #3C939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C939F; }
p { color: rgb(60,147,159); }
H1.HeaderClassName
{
color: #3C939F;
}
.AnyTagClassName
{
color: #3C939F;
}
</style>
background-color css
<style>
a { background-color: #3C939F; }
a { background-color: rgb(60,147,159); }
div.DivClassName
{
background-color: #3C939F;
}
.BgClassName
{
background-color: #3C939F;
}
</style>
border-color css
<style>
span { border-color: #3C939F; }
span { border-color: rgb(60,147,159); }
td.TdClassName
{
border-color: #3C939F;
}
.TagClassName
{
border-color: #3C939F;
}
</style>