Shades of Blue Chill #3DA49C
Tints of Blue Chill #3DA49C
RGB
CMYK
RGB Variations
Color information
#3DA49C (or 0x3DA49C) is known color: Blue Chill. HEX triplet: 3D, A4 and 9C. RGB value is (61,164,156). Sum of RGB (Red+Green+Blue) = 61+164+156=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA49C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA49C is #C25B63. Grayscale: #848484. Windows color (decimal): -12737380 or 10265661. OLE color: 10265661.
HSL color Cylindrical-coordinate representation of color #3DA49C: hue angle of 175.34º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA49C is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 156 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.36 |
| HSL | 175.34º | 0.46% | 0.44% | - |
| HSV(B) | 175.34º | 0.63% | 0.64% | - |
| XYZ | 21.2 | 29.94 | 36.11 | - |
| YUV | 132.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 156 | 0.63 | 0 | 0.05 | 0.36 | 175.34 | 0.46 | 0.44 |
| Hex | 3D | A4 | 9C | 3F | 0 | 5 | 24 | AF | 2E | 2C |
| Octal | 75 | 244 | 234 | 77 | 0 | 5 | 44 | 257 | 56 | 54 |
| Binary | 111101 | 10100100 | 10011100 | 111111 | 0 | 101 | 100100 | 10101111 | 101110 | 101100 |
Color Harmonies of #3DA49C
Complementary color
Monochromatic Colors of #3DA49C
Black with #3DA49C
Text Example
Text Example
White with #3DA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA49C; }
p { color: rgb(61,164,156); }
H1.HeaderClassName
{
color: #3DA49C;
}
.AnyTagClassName
{
color: #3DA49C;
}
</style>
background-color css
<style>
a { background-color: #3DA49C; }
a { background-color: rgb(61,164,156); }
div.DivClassName
{
background-color: #3DA49C;
}
.BgClassName
{
background-color: #3DA49C;
}
</style>
border-color css
<style>
span { border-color: #3DA49C; }
span { border-color: rgb(61,164,156); }
td.TdClassName
{
border-color: #3DA49C;
}
.TagClassName
{
border-color: #3DA49C;
}
</style>