Shades of Blue Chill #3C929B
Tints of Blue Chill #3C929B
RGB
CMYK
RGB Variations
Color information
#3C929B (or 0x3C929B) is known color: Blue Chill. HEX triplet: 3C, 92 and 9B. RGB value is (60,146,155). Sum of RGB (Red+Green+Blue) = 60+146+155=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C929B is #C36D64. Grayscale: #797979. Windows color (decimal): -12807525 or 10195516. OLE color: 10195516.
HSL color Cylindrical-coordinate representation of color #3C929B: hue angle of 185.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C929B is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 146 | 155 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.39 |
| HSL | 185.68º | 0.44% | 0.42% | - |
| HSV(B) | 185.68º | 0.61% | 0.61% | - |
| XYZ | 18.06 | 23.88 | 34.67 | - |
| YUV | 121.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 155 | 0.61 | 0.06 | 0 | 0.39 | 185.68 | 0.44 | 0.42 |
| Hex | 3C | 92 | 9B | 3D | 6 | 0 | 27 | BA | 2C | 2A |
| Octal | 74 | 222 | 233 | 75 | 6 | 0 | 47 | 272 | 54 | 52 |
| Binary | 111100 | 10010010 | 10011011 | 111101 | 110 | 0 | 100111 | 10111010 | 101100 | 101010 |
Color Harmonies of #3C929B
Complementary color
Monochromatic Colors of #3C929B
Black with #3C929B
Text Example
Text Example
White with #3C929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C929B; }
p { color: rgb(60,146,155); }
H1.HeaderClassName
{
color: #3C929B;
}
.AnyTagClassName
{
color: #3C929B;
}
</style>
background-color css
<style>
a { background-color: #3C929B; }
a { background-color: rgb(60,146,155); }
div.DivClassName
{
background-color: #3C929B;
}
.BgClassName
{
background-color: #3C929B;
}
</style>
border-color css
<style>
span { border-color: #3C929B; }
span { border-color: rgb(60,146,155); }
td.TdClassName
{
border-color: #3C929B;
}
.TagClassName
{
border-color: #3C929B;
}
</style>