Shades of Blue Chill #3E848F
Tints of Blue Chill #3E848F
RGB
CMYK
RGB Variations
Color information
#3E848F (or 0x3E848F) is known color: Blue Chill. HEX triplet: 3E, 84 and 8F. RGB value is (62,132,143). Sum of RGB (Red+Green+Blue) = 62+132+143=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E848F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E848F is #C17B70. Grayscale: #707070. Windows color (decimal): -12680049 or 9405502. OLE color: 9405502.
HSL color Cylindrical-coordinate representation of color #3E848F: hue angle of 188.15º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E848F is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 132 | 143 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.44 |
| HSL | 188.15º | 0.4% | 0.4% | - |
| HSV(B) | 188.15º | 0.57% | 0.56% | - |
| XYZ | 15.2 | 19.51 | 28.95 | - |
| YUV | 112.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 143 | 0.57 | 0.08 | 0 | 0.44 | 188.15 | 0.4 | 0.4 |
| Hex | 3E | 84 | 8F | 39 | 8 | 0 | 2C | BC | 28 | 28 |
| Octal | 76 | 204 | 217 | 71 | 10 | 0 | 54 | 274 | 50 | 50 |
| Binary | 111110 | 10000100 | 10001111 | 111001 | 1000 | 0 | 101100 | 10111100 | 101000 | 101000 |
Color Harmonies of #3E848F
Complementary color
Monochromatic Colors of #3E848F
Black with #3E848F
Text Example
Text Example
White with #3E848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E848F; }
p { color: rgb(62,132,143); }
H1.HeaderClassName
{
color: #3E848F;
}
.AnyTagClassName
{
color: #3E848F;
}
</style>
background-color css
<style>
a { background-color: #3E848F; }
a { background-color: rgb(62,132,143); }
div.DivClassName
{
background-color: #3E848F;
}
.BgClassName
{
background-color: #3E848F;
}
</style>
border-color css
<style>
span { border-color: #3E848F; }
span { border-color: rgb(62,132,143); }
td.TdClassName
{
border-color: #3E848F;
}
.TagClassName
{
border-color: #3E848F;
}
</style>