Shades of Blue Chill #3D978D
Tints of Blue Chill #3D978D
RGB
CMYK
RGB Variations
Color information
#3D978D (or 0x3D978D) is known color: Blue Chill. HEX triplet: 3D, 97 and 8D. RGB value is (61,151,141). Sum of RGB (Red+Green+Blue) = 61+151+141=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #3D978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D978D is #C26872. Grayscale: #7A7A7A. Windows color (decimal): -12740723 or 9279293. OLE color: 9279293.
HSL color Cylindrical-coordinate representation of color #3D978D: hue angle of 173.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D978D is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 151 | 141 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.41 |
| HSL | 173.33º | 0.42% | 0.42% | - |
| HSV(B) | 173.33º | 0.6% | 0.59% | - |
| XYZ | 17.8 | 25.05 | 29.1 | - |
| YUV | 122.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 151 | 141 | 0.60 | 0 | 0.07 | 0.41 | 173.33 | 0.42 | 0.42 |
| Hex | 3D | 97 | 8D | 3C | 0 | 7 | 29 | AD | 2A | 2A |
| Octal | 75 | 227 | 215 | 74 | 0 | 7 | 51 | 255 | 52 | 52 |
| Binary | 111101 | 10010111 | 10001101 | 111100 | 0 | 111 | 101001 | 10101101 | 101010 | 101010 |
Color Harmonies of #3D978D
Complementary color
Monochromatic Colors of #3D978D
Black with #3D978D
Text Example
Text Example
White with #3D978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D978D; }
p { color: rgb(61,151,141); }
H1.HeaderClassName
{
color: #3D978D;
}
.AnyTagClassName
{
color: #3D978D;
}
</style>
background-color css
<style>
a { background-color: #3D978D; }
a { background-color: rgb(61,151,141); }
div.DivClassName
{
background-color: #3D978D;
}
.BgClassName
{
background-color: #3D978D;
}
</style>
border-color css
<style>
span { border-color: #3D978D; }
span { border-color: rgb(61,151,141); }
td.TdClassName
{
border-color: #3D978D;
}
.TagClassName
{
border-color: #3D978D;
}
</style>