Shades of Blue Chill #3E939D
Tints of Blue Chill #3E939D
RGB
CMYK
RGB Variations
Color information
#3E939D (or 0x3E939D) is known color: Blue Chill. HEX triplet: 3E, 93 and 9D. RGB value is (62,147,157). Sum of RGB (Red+Green+Blue) = 62+147+157=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E939D is #C16C62. Grayscale: #7A7A7A. Windows color (decimal): -12676195 or 10326846. OLE color: 10326846.
HSL color Cylindrical-coordinate representation of color #3E939D: hue angle of 186.32º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E939D is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 147 | 157 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.38 |
| HSL | 186.32º | 0.43% | 0.43% | - |
| HSV(B) | 186.32º | 0.61% | 0.62% | - |
| XYZ | 18.51 | 24.33 | 35.62 | - |
| YUV | 122.73 | 147.34 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 157 | 0.61 | 0.06 | 0 | 0.38 | 186.32 | 0.43 | 0.43 |
| Hex | 3E | 93 | 9D | 3D | 6 | 0 | 26 | BA | 2B | 2B |
| Octal | 76 | 223 | 235 | 75 | 6 | 0 | 46 | 272 | 53 | 53 |
| Binary | 111110 | 10010011 | 10011101 | 111101 | 110 | 0 | 100110 | 10111010 | 101011 | 101011 |
Color Harmonies of #3E939D
Complementary color
Monochromatic Colors of #3E939D
Black with #3E939D
Text Example
Text Example
White with #3E939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E939D; }
p { color: rgb(62,147,157); }
H1.HeaderClassName
{
color: #3E939D;
}
.AnyTagClassName
{
color: #3E939D;
}
</style>
background-color css
<style>
a { background-color: #3E939D; }
a { background-color: rgb(62,147,157); }
div.DivClassName
{
background-color: #3E939D;
}
.BgClassName
{
background-color: #3E939D;
}
</style>
border-color css
<style>
span { border-color: #3E939D; }
span { border-color: rgb(62,147,157); }
td.TdClassName
{
border-color: #3E939D;
}
.TagClassName
{
border-color: #3E939D;
}
</style>