Shades of Scooter #3C929C
Tints of Scooter #3C929C
RGB
CMYK
RGB Variations
Color information
#3C929C (or 0x3C929C) is known color: Scooter. HEX triplet: 3C, 92 and 9C. RGB value is (60,146,156). Sum of RGB (Red+Green+Blue) = 60+146+156=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C929C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C929C is #C36D63. Grayscale: #797979. Windows color (decimal): -12807524 or 10261052. OLE color: 10261052.
HSL color Cylindrical-coordinate representation of color #3C929C: hue angle of 186.25º 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 #3C929C is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 146 | 156 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.39 |
| HSL | 186.25º | 0.44% | 0.42% | - |
| HSV(B) | 186.25º | 0.62% | 0.61% | - |
| XYZ | 18.14 | 23.92 | 35.11 | - |
| YUV | 121.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 156 | 0.62 | 0.06 | 0 | 0.39 | 186.25 | 0.44 | 0.42 |
| Hex | 3C | 92 | 9C | 3E | 6 | 0 | 27 | BA | 2C | 2A |
| Octal | 74 | 222 | 234 | 76 | 6 | 0 | 47 | 272 | 54 | 52 |
| Binary | 111100 | 10010010 | 10011100 | 111110 | 110 | 0 | 100111 | 10111010 | 101100 | 101010 |
Color Harmonies of #3C929C
Complementary color
Monochromatic Colors of #3C929C
Black with #3C929C
Text Example
Text Example
White with #3C929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C929C; }
p { color: rgb(60,146,156); }
H1.HeaderClassName
{
color: #3C929C;
}
.AnyTagClassName
{
color: #3C929C;
}
</style>
background-color css
<style>
a { background-color: #3C929C; }
a { background-color: rgb(60,146,156); }
div.DivClassName
{
background-color: #3C929C;
}
.BgClassName
{
background-color: #3C929C;
}
</style>
border-color css
<style>
span { border-color: #3C929C; }
span { border-color: rgb(60,146,156); }
td.TdClassName
{
border-color: #3C929C;
}
.TagClassName
{
border-color: #3C929C;
}
</style>