Shades of Blue Chill #3DA19B
Tints of Blue Chill #3DA19B
RGB
CMYK
RGB Variations
Color information
#3DA19B (or 0x3DA19B) is known color: Blue Chill. HEX triplet: 3D, A1 and 9B. RGB value is (61,161,155). Sum of RGB (Red+Green+Blue) = 61+161+155=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA19B is #C25E64. Grayscale: #828282. Windows color (decimal): -12738149 or 10199357. OLE color: 10199357.
HSL color Cylindrical-coordinate representation of color #3DA19B: hue angle of 176.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA19B is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 155 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.37 |
| HSL | 176.4º | 0.45% | 0.44% | - |
| HSV(B) | 176.4º | 0.62% | 0.63% | - |
| XYZ | 20.59 | 28.85 | 35.49 | - |
| YUV | 130.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 155 | 0.62 | 0 | 0.04 | 0.37 | 176.4 | 0.45 | 0.44 |
| Hex | 3D | A1 | 9B | 3E | 0 | 4 | 25 | B0 | 2D | 2C |
| Octal | 75 | 241 | 233 | 76 | 0 | 4 | 45 | 260 | 55 | 54 |
| Binary | 111101 | 10100001 | 10011011 | 111110 | 0 | 100 | 100101 | 10110000 | 101101 | 101100 |
Color Harmonies of #3DA19B
Complementary color
Monochromatic Colors of #3DA19B
Black with #3DA19B
Text Example
Text Example
White with #3DA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA19B; }
p { color: rgb(61,161,155); }
H1.HeaderClassName
{
color: #3DA19B;
}
.AnyTagClassName
{
color: #3DA19B;
}
</style>
background-color css
<style>
a { background-color: #3DA19B; }
a { background-color: rgb(61,161,155); }
div.DivClassName
{
background-color: #3DA19B;
}
.BgClassName
{
background-color: #3DA19B;
}
</style>
border-color css
<style>
span { border-color: #3DA19B; }
span { border-color: rgb(61,161,155); }
td.TdClassName
{
border-color: #3DA19B;
}
.TagClassName
{
border-color: #3DA19B;
}
</style>