Shades of Blue Chill #3E938B
Tints of Blue Chill #3E938B
RGB
CMYK
RGB Variations
Color information
#3E938B (or 0x3E938B) is known color: Blue Chill. HEX triplet: 3E, 93 and 8B. RGB value is (62,147,139). Sum of RGB (Red+Green+Blue) = 62+147+139=348 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.82% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #3E938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E938B is #C16C74. Grayscale: #787878. Windows color (decimal): -12676213 or 9147198. OLE color: 9147198.
HSL color Cylindrical-coordinate representation of color #3E938B: hue angle of 174.35º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E938B is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 147 | 139 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.42 |
| HSL | 174.35º | 0.41% | 0.41% | - |
| HSV(B) | 174.35º | 0.58% | 0.58% | - |
| XYZ | 17.08 | 23.76 | 28.11 | - |
| YUV | 120.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 139 | 0.58 | 0 | 0.05 | 0.42 | 174.35 | 0.41 | 0.41 |
| Hex | 3E | 93 | 8B | 3A | 0 | 5 | 2A | AE | 29 | 29 |
| Octal | 76 | 223 | 213 | 72 | 0 | 5 | 52 | 256 | 51 | 51 |
| Binary | 111110 | 10010011 | 10001011 | 111010 | 0 | 101 | 101010 | 10101110 | 101001 | 101001 |
Color Harmonies of #3E938B
Complementary color
Monochromatic Colors of #3E938B
Black with #3E938B
Text Example
Text Example
White with #3E938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E938B; }
p { color: rgb(62,147,139); }
H1.HeaderClassName
{
color: #3E938B;
}
.AnyTagClassName
{
color: #3E938B;
}
</style>
background-color css
<style>
a { background-color: #3E938B; }
a { background-color: rgb(62,147,139); }
div.DivClassName
{
background-color: #3E938B;
}
.BgClassName
{
background-color: #3E938B;
}
</style>
border-color css
<style>
span { border-color: #3E938B; }
span { border-color: rgb(62,147,139); }
td.TdClassName
{
border-color: #3E938B;
}
.TagClassName
{
border-color: #3E938B;
}
</style>