Shades of Blue Chill #3E8D8B
Tints of Blue Chill #3E8D8B
RGB
CMYK
RGB Variations
Color information
#3E8D8B (or 0x3E8D8B) is known color: Blue Chill. HEX triplet: 3E, 8D and 8B. RGB value is (62,141,139). Sum of RGB (Red+Green+Blue) = 62+141+139=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #3E8D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8D8B is #C17274. Grayscale: #757575. Windows color (decimal): -12677749 or 9145662. OLE color: 9145662.
HSL color Cylindrical-coordinate representation of color #3E8D8B: hue angle of 178.48º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8D8B is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 141 | 139 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.45 |
| HSL | 178.48º | 0.39% | 0.4% | - |
| HSV(B) | 178.48º | 0.56% | 0.55% | - |
| XYZ | 16.17 | 21.94 | 27.81 | - |
| YUV | 117.15 | 140.33 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 139 | 0.56 | 0 | 0.01 | 0.45 | 178.48 | 0.39 | 0.4 |
| Hex | 3E | 8D | 8B | 38 | 0 | 1 | 2D | B2 | 27 | 28 |
| Octal | 76 | 215 | 213 | 70 | 0 | 1 | 55 | 262 | 47 | 50 |
| Binary | 111110 | 10001101 | 10001011 | 111000 | 0 | 1 | 101101 | 10110010 | 100111 | 101000 |
Color Harmonies of #3E8D8B
Complementary color
Monochromatic Colors of #3E8D8B
Black with #3E8D8B
Text Example
Text Example
White with #3E8D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8D8B; }
p { color: rgb(62,141,139); }
H1.HeaderClassName
{
color: #3E8D8B;
}
.AnyTagClassName
{
color: #3E8D8B;
}
</style>
background-color css
<style>
a { background-color: #3E8D8B; }
a { background-color: rgb(62,141,139); }
div.DivClassName
{
background-color: #3E8D8B;
}
.BgClassName
{
background-color: #3E8D8B;
}
</style>
border-color css
<style>
span { border-color: #3E8D8B; }
span { border-color: rgb(62,141,139); }
td.TdClassName
{
border-color: #3E8D8B;
}
.TagClassName
{
border-color: #3E8D8B;
}
</style>