Shades of Blue Chill #3E848D
Tints of Blue Chill #3E848D
RGB
CMYK
RGB Variations
Color information
#3E848D (or 0x3E848D) is known color: Blue Chill. HEX triplet: 3E, 84 and 8D. RGB value is (62,132,141). Sum of RGB (Red+Green+Blue) = 62+132+141=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E848D is #C17B72. Grayscale: #6F6F6F. Windows color (decimal): -12680051 or 9274430. OLE color: 9274430.
HSL color Cylindrical-coordinate representation of color #3E848D: hue angle of 186.84º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E848D is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 132 | 141 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.45 |
| HSL | 186.84º | 0.39% | 0.4% | - |
| HSV(B) | 186.84º | 0.56% | 0.55% | - |
| XYZ | 15.05 | 19.45 | 28.16 | - |
| YUV | 112.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 141 | 0.56 | 0.06 | 0 | 0.45 | 186.84 | 0.39 | 0.4 |
| Hex | 3E | 84 | 8D | 38 | 6 | 0 | 2D | BB | 27 | 28 |
| Octal | 76 | 204 | 215 | 70 | 6 | 0 | 55 | 273 | 47 | 50 |
| Binary | 111110 | 10000100 | 10001101 | 111000 | 110 | 0 | 101101 | 10111011 | 100111 | 101000 |
Color Harmonies of #3E848D
Complementary color
Monochromatic Colors of #3E848D
Black with #3E848D
Text Example
Text Example
White with #3E848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E848D; }
p { color: rgb(62,132,141); }
H1.HeaderClassName
{
color: #3E848D;
}
.AnyTagClassName
{
color: #3E848D;
}
</style>
background-color css
<style>
a { background-color: #3E848D; }
a { background-color: rgb(62,132,141); }
div.DivClassName
{
background-color: #3E848D;
}
.BgClassName
{
background-color: #3E848D;
}
</style>
border-color css
<style>
span { border-color: #3E848D; }
span { border-color: rgb(62,132,141); }
td.TdClassName
{
border-color: #3E848D;
}
.TagClassName
{
border-color: #3E848D;
}
</style>