Shades of Blue Chill #3E8C88
Tints of Blue Chill #3E8C88
RGB
CMYK
RGB Variations
Color information
#3E8C88 (or 0x3E8C88) is known color: Blue Chill. HEX triplet: 3E, 8C and 88. RGB value is (62,140,136). Sum of RGB (Red+Green+Blue) = 62+140+136=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8C88 is #C17377. Grayscale: #747474. Windows color (decimal): -12678008 or 8948798. OLE color: 8948798.
HSL color Cylindrical-coordinate representation of color #3E8C88: hue angle of 176.92º 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 #3E8C88 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 140 | 136 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.45 |
| HSL | 176.92º | 0.39% | 0.4% | - |
| HSV(B) | 176.92º | 0.56% | 0.55% | - |
| XYZ | 15.81 | 21.56 | 26.62 | - |
| YUV | 116.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 140 | 136 | 0.56 | 0 | 0.03 | 0.45 | 176.92 | 0.39 | 0.4 |
| Hex | 3E | 8C | 88 | 38 | 0 | 3 | 2D | B1 | 27 | 28 |
| Octal | 76 | 214 | 210 | 70 | 0 | 3 | 55 | 261 | 47 | 50 |
| Binary | 111110 | 10001100 | 10001000 | 111000 | 0 | 11 | 101101 | 10110001 | 100111 | 101000 |
Color Harmonies of #3E8C88
Complementary color
Monochromatic Colors of #3E8C88
Black with #3E8C88
Text Example
Text Example
White with #3E8C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8C88; }
p { color: rgb(62,140,136); }
H1.HeaderClassName
{
color: #3E8C88;
}
.AnyTagClassName
{
color: #3E8C88;
}
</style>
background-color css
<style>
a { background-color: #3E8C88; }
a { background-color: rgb(62,140,136); }
div.DivClassName
{
background-color: #3E8C88;
}
.BgClassName
{
background-color: #3E8C88;
}
</style>
border-color css
<style>
span { border-color: #3E8C88; }
span { border-color: rgb(62,140,136); }
td.TdClassName
{
border-color: #3E8C88;
}
.TagClassName
{
border-color: #3E8C88;
}
</style>