Shades of Scooter #3C959F
Tints of Scooter #3C959F
RGB
CMYK
RGB Variations
Color information
#3C959F (or 0x3C959F) is known color: Scooter. HEX triplet: 3C, 95 and 9F. RGB value is (60,149,159). Sum of RGB (Red+Green+Blue) = 60+149+159=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C959F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C959F is #C36A60. Grayscale: #7B7B7B. Windows color (decimal): -12806753 or 10458428. OLE color: 10458428.
HSL color Cylindrical-coordinate representation of color #3C959F: hue angle of 186.06º 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 #3C959F is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 149 | 159 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.38 |
| HSL | 186.06º | 0.45% | 0.43% | - |
| HSV(B) | 186.06º | 0.62% | 0.62% | - |
| XYZ | 18.87 | 24.96 | 36.62 | - |
| YUV | 123.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 159 | 0.62 | 0.06 | 0 | 0.38 | 186.06 | 0.45 | 0.43 |
| Hex | 3C | 95 | 9F | 3E | 6 | 0 | 26 | BA | 2D | 2B |
| Octal | 74 | 225 | 237 | 76 | 6 | 0 | 46 | 272 | 55 | 53 |
| Binary | 111100 | 10010101 | 10011111 | 111110 | 110 | 0 | 100110 | 10111010 | 101101 | 101011 |
Color Harmonies of #3C959F
Complementary color
Monochromatic Colors of #3C959F
Black with #3C959F
Text Example
Text Example
White with #3C959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C959F; }
p { color: rgb(60,149,159); }
H1.HeaderClassName
{
color: #3C959F;
}
.AnyTagClassName
{
color: #3C959F;
}
</style>
background-color css
<style>
a { background-color: #3C959F; }
a { background-color: rgb(60,149,159); }
div.DivClassName
{
background-color: #3C959F;
}
.BgClassName
{
background-color: #3C959F;
}
</style>
border-color css
<style>
span { border-color: #3C959F; }
span { border-color: rgb(60,149,159); }
td.TdClassName
{
border-color: #3C959F;
}
.TagClassName
{
border-color: #3C959F;
}
</style>