Shades of Blue Chill #3E8490
Tints of Blue Chill #3E8490
RGB
CMYK
RGB Variations
Color information
#3E8490 (or 0x3E8490) is known color: Blue Chill. HEX triplet: 3E, 84 and 90. RGB value is (62,132,144). Sum of RGB (Red+Green+Blue) = 62+132+144=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E8490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8490 is #C17B6F. Grayscale: #707070. Windows color (decimal): -12680048 or 9471038. OLE color: 9471038.
HSL color Cylindrical-coordinate representation of color #3E8490: hue angle of 188.78º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E8490 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 132 | 144 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.44 |
| HSL | 188.78º | 0.4% | 0.4% | - |
| HSV(B) | 188.78º | 0.57% | 0.56% | - |
| XYZ | 15.27 | 19.54 | 29.35 | - |
| YUV | 112.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 144 | 0.57 | 0.08 | 0 | 0.44 | 188.78 | 0.4 | 0.4 |
| Hex | 3E | 84 | 90 | 39 | 8 | 0 | 2C | BD | 28 | 28 |
| Octal | 76 | 204 | 220 | 71 | 10 | 0 | 54 | 275 | 50 | 50 |
| Binary | 111110 | 10000100 | 10010000 | 111001 | 1000 | 0 | 101100 | 10111101 | 101000 | 101000 |
Color Harmonies of #3E8490
Complementary color
Monochromatic Colors of #3E8490
Black with #3E8490
Text Example
Text Example
White with #3E8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8490; }
p { color: rgb(62,132,144); }
H1.HeaderClassName
{
color: #3E8490;
}
.AnyTagClassName
{
color: #3E8490;
}
</style>
background-color css
<style>
a { background-color: #3E8490; }
a { background-color: rgb(62,132,144); }
div.DivClassName
{
background-color: #3E8490;
}
.BgClassName
{
background-color: #3E8490;
}
</style>
border-color css
<style>
span { border-color: #3E8490; }
span { border-color: rgb(62,132,144); }
td.TdClassName
{
border-color: #3E8490;
}
.TagClassName
{
border-color: #3E8490;
}
</style>