Shades of Blue Chill #3E8994
Tints of Blue Chill #3E8994
RGB
CMYK
RGB Variations
Color information
#3E8994 (or 0x3E8994) is known color: Blue Chill. HEX triplet: 3E, 89 and 94. RGB value is (62,137,148). Sum of RGB (Red+Green+Blue) = 62+137+148=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E8994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8994 is #C1766B. Grayscale: #737373. Windows color (decimal): -12678764 or 9734462. OLE color: 9734462.
HSL color Cylindrical-coordinate representation of color #3E8994: hue angle of 187.67º 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 #3E8994 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 137 | 148 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.42 |
| HSL | 187.67º | 0.41% | 0.41% | - |
| HSV(B) | 187.67º | 0.58% | 0.58% | - |
| XYZ | 16.28 | 21.05 | 31.22 | - |
| YUV | 115.83 | 146.15 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 137 | 148 | 0.58 | 0.07 | 0 | 0.42 | 187.67 | 0.41 | 0.41 |
| Hex | 3E | 89 | 94 | 3A | 7 | 0 | 2A | BC | 29 | 29 |
| Octal | 76 | 211 | 224 | 72 | 7 | 0 | 52 | 274 | 51 | 51 |
| Binary | 111110 | 10001001 | 10010100 | 111010 | 111 | 0 | 101010 | 10111100 | 101001 | 101001 |
Color Harmonies of #3E8994
Complementary color
Monochromatic Colors of #3E8994
Black with #3E8994
Text Example
Text Example
White with #3E8994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8994; }
p { color: rgb(62,137,148); }
H1.HeaderClassName
{
color: #3E8994;
}
.AnyTagClassName
{
color: #3E8994;
}
</style>
background-color css
<style>
a { background-color: #3E8994; }
a { background-color: rgb(62,137,148); }
div.DivClassName
{
background-color: #3E8994;
}
.BgClassName
{
background-color: #3E8994;
}
</style>
border-color css
<style>
span { border-color: #3E8994; }
span { border-color: rgb(62,137,148); }
td.TdClassName
{
border-color: #3E8994;
}
.TagClassName
{
border-color: #3E8994;
}
</style>