Shades of Blue Chill #3E968F
Tints of Blue Chill #3E968F
RGB
CMYK
RGB Variations
Color information
#3E968F (or 0x3E968F) is known color: Blue Chill. HEX triplet: 3E, 96 and 8F. RGB value is (62,150,143). Sum of RGB (Red+Green+Blue) = 62+150+143=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #3E968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E968F is #C16970. Grayscale: #7A7A7A. Windows color (decimal): -12675441 or 9410110. OLE color: 9410110.
HSL color Cylindrical-coordinate representation of color #3E968F: hue angle of 175.23º 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 #3E968F is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 150 | 143 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.41 |
| HSL | 175.23º | 0.42% | 0.42% | - |
| HSV(B) | 175.23º | 0.59% | 0.59% | - |
| XYZ | 17.85 | 24.82 | 29.84 | - |
| YUV | 122.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 150 | 143 | 0.59 | 0 | 0.05 | 0.41 | 175.23 | 0.42 | 0.42 |
| Hex | 3E | 96 | 8F | 3B | 0 | 5 | 29 | AF | 2A | 2A |
| Octal | 76 | 226 | 217 | 73 | 0 | 5 | 51 | 257 | 52 | 52 |
| Binary | 111110 | 10010110 | 10001111 | 111011 | 0 | 101 | 101001 | 10101111 | 101010 | 101010 |
Color Harmonies of #3E968F
Complementary color
Monochromatic Colors of #3E968F
Black with #3E968F
Text Example
Text Example
White with #3E968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E968F; }
p { color: rgb(62,150,143); }
H1.HeaderClassName
{
color: #3E968F;
}
.AnyTagClassName
{
color: #3E968F;
}
</style>
background-color css
<style>
a { background-color: #3E968F; }
a { background-color: rgb(62,150,143); }
div.DivClassName
{
background-color: #3E968F;
}
.BgClassName
{
background-color: #3E968F;
}
</style>
border-color css
<style>
span { border-color: #3E968F; }
span { border-color: rgb(62,150,143); }
td.TdClassName
{
border-color: #3E968F;
}
.TagClassName
{
border-color: #3E968F;
}
</style>