Shades of Blue Chill #3EA29B
Tints of Blue Chill #3EA29B
RGB
CMYK
RGB Variations
Color information
#3EA29B (or 0x3EA29B) is known color: Blue Chill. HEX triplet: 3E, A2 and 9B. RGB value is (62,162,155). Sum of RGB (Red+Green+Blue) = 62+162+155=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #3EA29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA29B is #C15D64. Grayscale: #838383. Windows color (decimal): -12672357 or 10199614. OLE color: 10199614.
HSL color Cylindrical-coordinate representation of color #3EA29B: hue angle of 175.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA29B is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 162 | 155 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.36 |
| HSL | 175.8º | 0.45% | 0.44% | - |
| HSV(B) | 175.8º | 0.62% | 0.64% | - |
| XYZ | 20.82 | 29.23 | 35.56 | - |
| YUV | 131.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 162 | 155 | 0.62 | 0 | 0.04 | 0.36 | 175.8 | 0.45 | 0.44 |
| Hex | 3E | A2 | 9B | 3E | 0 | 4 | 24 | B0 | 2D | 2C |
| Octal | 76 | 242 | 233 | 76 | 0 | 4 | 44 | 260 | 55 | 54 |
| Binary | 111110 | 10100010 | 10011011 | 111110 | 0 | 100 | 100100 | 10110000 | 101101 | 101100 |
Color Harmonies of #3EA29B
Complementary color
Monochromatic Colors of #3EA29B
Black with #3EA29B
Text Example
Text Example
White with #3EA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA29B; }
p { color: rgb(62,162,155); }
H1.HeaderClassName
{
color: #3EA29B;
}
.AnyTagClassName
{
color: #3EA29B;
}
</style>
background-color css
<style>
a { background-color: #3EA29B; }
a { background-color: rgb(62,162,155); }
div.DivClassName
{
background-color: #3EA29B;
}
.BgClassName
{
background-color: #3EA29B;
}
</style>
border-color css
<style>
span { border-color: #3EA29B; }
span { border-color: rgb(62,162,155); }
td.TdClassName
{
border-color: #3EA29B;
}
.TagClassName
{
border-color: #3EA29B;
}
</style>