Shades of Blue Chill #3E888E
Tints of Blue Chill #3E888E
RGB
CMYK
RGB Variations
Color information
#3E888E (or 0x3E888E) is known color: Blue Chill. HEX triplet: 3E, 88 and 8E. RGB value is (62,136,142). Sum of RGB (Red+Green+Blue) = 62+136+142=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E888E is #C17771. Grayscale: #727272. Windows color (decimal): -12679026 or 9340990. OLE color: 9340990.
HSL color Cylindrical-coordinate representation of color #3E888E: hue angle of 184.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E888E is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 136 | 142 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.44 |
| HSL | 184.5º | 0.39% | 0.4% | - |
| HSV(B) | 184.5º | 0.56% | 0.56% | - |
| XYZ | 15.67 | 20.59 | 28.74 | - |
| YUV | 114.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 136 | 142 | 0.56 | 0.04 | 0 | 0.44 | 184.5 | 0.39 | 0.4 |
| Hex | 3E | 88 | 8E | 38 | 4 | 0 | 2C | B8 | 27 | 28 |
| Octal | 76 | 210 | 216 | 70 | 4 | 0 | 54 | 270 | 47 | 50 |
| Binary | 111110 | 10001000 | 10001110 | 111000 | 100 | 0 | 101100 | 10111000 | 100111 | 101000 |
Color Harmonies of #3E888E
Complementary color
Monochromatic Colors of #3E888E
Black with #3E888E
Text Example
Text Example
White with #3E888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E888E; }
p { color: rgb(62,136,142); }
H1.HeaderClassName
{
color: #3E888E;
}
.AnyTagClassName
{
color: #3E888E;
}
</style>
background-color css
<style>
a { background-color: #3E888E; }
a { background-color: rgb(62,136,142); }
div.DivClassName
{
background-color: #3E888E;
}
.BgClassName
{
background-color: #3E888E;
}
</style>
border-color css
<style>
span { border-color: #3E888E; }
span { border-color: rgb(62,136,142); }
td.TdClassName
{
border-color: #3E888E;
}
.TagClassName
{
border-color: #3E888E;
}
</style>