Shades of Blue Chill #3C938C
Tints of Blue Chill #3C938C
RGB
CMYK
RGB Variations
Color information
#3C938C (or 0x3C938C) is known color: Blue Chill. HEX triplet: 3C, 93 and 8C. RGB value is (60,147,140). Sum of RGB (Red+Green+Blue) = 60+147+140=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #3C938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C938C is #C36C73. Grayscale: #787878. Windows color (decimal): -12807284 or 9212732. OLE color: 9212732.
HSL color Cylindrical-coordinate representation of color #3C938C: hue angle of 175.17º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C938C is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 147 | 140 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.42 |
| HSL | 175.17º | 0.42% | 0.41% | - |
| HSV(B) | 175.17º | 0.59% | 0.58% | - |
| XYZ | 17.03 | 23.72 | 28.49 | - |
| YUV | 120.19 | 139.18 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 140 | 0.59 | 0 | 0.05 | 0.42 | 175.17 | 0.42 | 0.41 |
| Hex | 3C | 93 | 8C | 3B | 0 | 5 | 2A | AF | 2A | 29 |
| Octal | 74 | 223 | 214 | 73 | 0 | 5 | 52 | 257 | 52 | 51 |
| Binary | 111100 | 10010011 | 10001100 | 111011 | 0 | 101 | 101010 | 10101111 | 101010 | 101001 |
Color Harmonies of #3C938C
Complementary color
Monochromatic Colors of #3C938C
Black with #3C938C
Text Example
Text Example
White with #3C938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C938C; }
p { color: rgb(60,147,140); }
H1.HeaderClassName
{
color: #3C938C;
}
.AnyTagClassName
{
color: #3C938C;
}
</style>
background-color css
<style>
a { background-color: #3C938C; }
a { background-color: rgb(60,147,140); }
div.DivClassName
{
background-color: #3C938C;
}
.BgClassName
{
background-color: #3C938C;
}
</style>
border-color css
<style>
span { border-color: #3C938C; }
span { border-color: rgb(60,147,140); }
td.TdClassName
{
border-color: #3C938C;
}
.TagClassName
{
border-color: #3C938C;
}
</style>