Shades of Blue Chill #3E9DA0
Tints of Blue Chill #3E9DA0
RGB
CMYK
RGB Variations
Color information
#3E9DA0 (or 0x3E9DA0) is known color: Blue Chill. HEX triplet: 3E, 9D and A0. RGB value is (62,157,160). Sum of RGB (Red+Green+Blue) = 62+157+160=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 160 - color contains mainly: blue. Hex color #3E9DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9DA0 is #C1625F. Grayscale: #808080. Windows color (decimal): -12673632 or 10526014. OLE color: 10526014.
HSL color Cylindrical-coordinate representation of color #3E9DA0: hue angle of 181.84º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E9DA0 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 157 | 160 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.37 |
| HSL | 181.84º | 0.44% | 0.44% | - |
| HSV(B) | 181.84º | 0.61% | 0.63% | - |
| XYZ | 20.39 | 27.68 | 37.53 | - |
| YUV | 128.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 157 | 160 | 0.61 | 0.02 | 0 | 0.37 | 181.84 | 0.44 | 0.44 |
| Hex | 3E | 9D | A0 | 3D | 2 | 0 | 25 | B6 | 2C | 2C |
| Octal | 76 | 235 | 240 | 75 | 2 | 0 | 45 | 266 | 54 | 54 |
| Binary | 111110 | 10011101 | 10100000 | 111101 | 10 | 0 | 100101 | 10110110 | 101100 | 101100 |
Color Harmonies of #3E9DA0
Complementary color
Monochromatic Colors of #3E9DA0
Black with #3E9DA0
Text Example
Text Example
White with #3E9DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9DA0; }
p { color: rgb(62,157,160); }
H1.HeaderClassName
{
color: #3E9DA0;
}
.AnyTagClassName
{
color: #3E9DA0;
}
</style>
background-color css
<style>
a { background-color: #3E9DA0; }
a { background-color: rgb(62,157,160); }
div.DivClassName
{
background-color: #3E9DA0;
}
.BgClassName
{
background-color: #3E9DA0;
}
</style>
border-color css
<style>
span { border-color: #3E9DA0; }
span { border-color: rgb(62,157,160); }
td.TdClassName
{
border-color: #3E9DA0;
}
.TagClassName
{
border-color: #3E9DA0;
}
</style>