Shades of Blue Chill #3E9692
Tints of Blue Chill #3E9692
RGB
CMYK
RGB Variations
Color information
#3E9692 (or 0x3E9692) is known color: Blue Chill. HEX triplet: 3E, 96 and 92. RGB value is (62,150,146). Sum of RGB (Red+Green+Blue) = 62+150+146=358 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.32% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #3E9692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9692 is #C1696D. Grayscale: #7B7B7B. Windows color (decimal): -12675438 or 9606718. OLE color: 9606718.
HSL color Cylindrical-coordinate representation of color #3E9692: hue angle of 177.27º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E9692 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 150 | 146 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.41 |
| HSL | 177.27º | 0.42% | 0.42% | - |
| HSV(B) | 177.27º | 0.59% | 0.59% | - |
| XYZ | 18.08 | 24.91 | 31.05 | - |
| YUV | 123.23 | 140.85 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 150 | 146 | 0.59 | 0 | 0.03 | 0.41 | 177.27 | 0.42 | 0.42 |
| Hex | 3E | 96 | 92 | 3B | 0 | 3 | 29 | B1 | 2A | 2A |
| Octal | 76 | 226 | 222 | 73 | 0 | 3 | 51 | 261 | 52 | 52 |
| Binary | 111110 | 10010110 | 10010010 | 111011 | 0 | 11 | 101001 | 10110001 | 101010 | 101010 |
Color Harmonies of #3E9692
Complementary color
Monochromatic Colors of #3E9692
Black with #3E9692
Text Example
Text Example
White with #3E9692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9692; }
p { color: rgb(62,150,146); }
H1.HeaderClassName
{
color: #3E9692;
}
.AnyTagClassName
{
color: #3E9692;
}
</style>
background-color css
<style>
a { background-color: #3E9692; }
a { background-color: rgb(62,150,146); }
div.DivClassName
{
background-color: #3E9692;
}
.BgClassName
{
background-color: #3E9692;
}
</style>
border-color css
<style>
span { border-color: #3E9692; }
span { border-color: rgb(62,150,146); }
td.TdClassName
{
border-color: #3E9692;
}
.TagClassName
{
border-color: #3E9692;
}
</style>