Shades of Scooter #3C959D
Tints of Scooter #3C959D
RGB
CMYK
RGB Variations
Color information
#3C959D (or 0x3C959D) is known color: Scooter. HEX triplet: 3C, 95 and 9D. RGB value is (60,149,157). Sum of RGB (Red+Green+Blue) = 60+149+157=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C959D is #C36A62. Grayscale: #7B7B7B. Windows color (decimal): -12806755 or 10327356. OLE color: 10327356.
HSL color Cylindrical-coordinate representation of color #3C959D: hue angle of 184.95º 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 #3C959D is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 149 | 157 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.38 |
| HSL | 184.95º | 0.45% | 0.43% | - |
| HSV(B) | 184.95º | 0.62% | 0.62% | - |
| XYZ | 18.7 | 24.89 | 35.72 | - |
| YUV | 123.3 | 147.01 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 157 | 0.62 | 0.05 | 0 | 0.38 | 184.95 | 0.45 | 0.43 |
| Hex | 3C | 95 | 9D | 3E | 5 | 0 | 26 | B9 | 2D | 2B |
| Octal | 74 | 225 | 235 | 76 | 5 | 0 | 46 | 271 | 55 | 53 |
| Binary | 111100 | 10010101 | 10011101 | 111110 | 101 | 0 | 100110 | 10111001 | 101101 | 101011 |
Color Harmonies of #3C959D
Complementary color
Monochromatic Colors of #3C959D
Black with #3C959D
Text Example
Text Example
White with #3C959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C959D; }
p { color: rgb(60,149,157); }
H1.HeaderClassName
{
color: #3C959D;
}
.AnyTagClassName
{
color: #3C959D;
}
</style>
background-color css
<style>
a { background-color: #3C959D; }
a { background-color: rgb(60,149,157); }
div.DivClassName
{
background-color: #3C959D;
}
.BgClassName
{
background-color: #3C959D;
}
</style>
border-color css
<style>
span { border-color: #3C959D; }
span { border-color: rgb(60,149,157); }
td.TdClassName
{
border-color: #3C959D;
}
.TagClassName
{
border-color: #3C959D;
}
</style>