Shades of Blue Chill #3D958C
Tints of Blue Chill #3D958C
RGB
CMYK
RGB Variations
Color information
#3D958C (or 0x3D958C) is known color: Blue Chill. HEX triplet: 3D, 95 and 8C. RGB value is (61,149,140). Sum of RGB (Red+Green+Blue) = 61+149+140=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #3D958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D958C is #C26A73. Grayscale: #797979. Windows color (decimal): -12741236 or 9213245. OLE color: 9213245.
HSL color Cylindrical-coordinate representation of color #3D958C: hue angle of 173.86º 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 #3D958C is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 149 | 140 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.42 |
| HSL | 173.86º | 0.42% | 0.41% | - |
| HSV(B) | 173.86º | 0.59% | 0.58% | - |
| XYZ | 17.41 | 24.38 | 28.6 | - |
| YUV | 121.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 149 | 140 | 0.59 | 0 | 0.06 | 0.42 | 173.86 | 0.42 | 0.41 |
| Hex | 3D | 95 | 8C | 3B | 0 | 6 | 2A | AE | 2A | 29 |
| Octal | 75 | 225 | 214 | 73 | 0 | 6 | 52 | 256 | 52 | 51 |
| Binary | 111101 | 10010101 | 10001100 | 111011 | 0 | 110 | 101010 | 10101110 | 101010 | 101001 |
Color Harmonies of #3D958C
Complementary color
Monochromatic Colors of #3D958C
Black with #3D958C
Text Example
Text Example
White with #3D958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D958C; }
p { color: rgb(61,149,140); }
H1.HeaderClassName
{
color: #3D958C;
}
.AnyTagClassName
{
color: #3D958C;
}
</style>
background-color css
<style>
a { background-color: #3D958C; }
a { background-color: rgb(61,149,140); }
div.DivClassName
{
background-color: #3D958C;
}
.BgClassName
{
background-color: #3D958C;
}
</style>
border-color css
<style>
span { border-color: #3D958C; }
span { border-color: rgb(61,149,140); }
td.TdClassName
{
border-color: #3D958C;
}
.TagClassName
{
border-color: #3D958C;
}
</style>