Shades of Blue Chill #3C959C
Tints of Blue Chill #3C959C
RGB
CMYK
RGB Variations
Color information
#3C959C (or 0x3C959C) is known color: Blue Chill. HEX triplet: 3C, 95 and 9C. RGB value is (60,149,156). Sum of RGB (Red+Green+Blue) = 60+149+156=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C959C is #C36A63. Grayscale: #7B7B7B. Windows color (decimal): -12806756 or 10261820. OLE color: 10261820.
HSL color Cylindrical-coordinate representation of color #3C959C: hue angle of 184.38º 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 #3C959C is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 149 | 156 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.39 |
| HSL | 184.38º | 0.44% | 0.42% | - |
| HSV(B) | 184.38º | 0.62% | 0.61% | - |
| XYZ | 18.61 | 24.86 | 35.27 | - |
| YUV | 123.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 156 | 0.62 | 0.04 | 0 | 0.39 | 184.38 | 0.44 | 0.42 |
| Hex | 3C | 95 | 9C | 3E | 4 | 0 | 27 | B8 | 2C | 2A |
| Octal | 74 | 225 | 234 | 76 | 4 | 0 | 47 | 270 | 54 | 52 |
| Binary | 111100 | 10010101 | 10011100 | 111110 | 100 | 0 | 100111 | 10111000 | 101100 | 101010 |
Color Harmonies of #3C959C
Complementary color
Monochromatic Colors of #3C959C
Black with #3C959C
Text Example
Text Example
White with #3C959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C959C; }
p { color: rgb(60,149,156); }
H1.HeaderClassName
{
color: #3C959C;
}
.AnyTagClassName
{
color: #3C959C;
}
</style>
background-color css
<style>
a { background-color: #3C959C; }
a { background-color: rgb(60,149,156); }
div.DivClassName
{
background-color: #3C959C;
}
.BgClassName
{
background-color: #3C959C;
}
</style>
border-color css
<style>
span { border-color: #3C959C; }
span { border-color: rgb(60,149,156); }
td.TdClassName
{
border-color: #3C959C;
}
.TagClassName
{
border-color: #3C959C;
}
</style>