Shades of Blue Chill #3E938A
Tints of Blue Chill #3E938A
RGB
CMYK
RGB Variations
Color information
#3E938A (or 0x3E938A) is known color: Blue Chill. HEX triplet: 3E, 93 and 8A. RGB value is (62,147,138). Sum of RGB (Red+Green+Blue) = 62+147+138=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #3E938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E938A is #C16C75. Grayscale: #787878. Windows color (decimal): -12676214 or 9081662. OLE color: 9081662.
HSL color Cylindrical-coordinate representation of color #3E938A: hue angle of 173.65º 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 #3E938A is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 147 | 138 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.42 |
| HSL | 173.65º | 0.41% | 0.41% | - |
| HSV(B) | 173.65º | 0.58% | 0.58% | - |
| XYZ | 17.01 | 23.73 | 27.73 | - |
| YUV | 120.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 138 | 0.58 | 0 | 0.06 | 0.42 | 173.65 | 0.41 | 0.41 |
| Hex | 3E | 93 | 8A | 3A | 0 | 6 | 2A | AE | 29 | 29 |
| Octal | 76 | 223 | 212 | 72 | 0 | 6 | 52 | 256 | 51 | 51 |
| Binary | 111110 | 10010011 | 10001010 | 111010 | 0 | 110 | 101010 | 10101110 | 101001 | 101001 |
Color Harmonies of #3E938A
Complementary color
Monochromatic Colors of #3E938A
Black with #3E938A
Text Example
Text Example
White with #3E938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E938A; }
p { color: rgb(62,147,138); }
H1.HeaderClassName
{
color: #3E938A;
}
.AnyTagClassName
{
color: #3E938A;
}
</style>
background-color css
<style>
a { background-color: #3E938A; }
a { background-color: rgb(62,147,138); }
div.DivClassName
{
background-color: #3E938A;
}
.BgClassName
{
background-color: #3E938A;
}
</style>
border-color css
<style>
span { border-color: #3E938A; }
span { border-color: rgb(62,147,138); }
td.TdClassName
{
border-color: #3E938A;
}
.TagClassName
{
border-color: #3E938A;
}
</style>