Shades of Blue Chill #3C848D
Tints of Blue Chill #3C848D
RGB
CMYK
RGB Variations
Color information
#3C848D (or 0x3C848D) is known color: Blue Chill. HEX triplet: 3C, 84 and 8D. RGB value is (60,132,141). Sum of RGB (Red+Green+Blue) = 60+132+141=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C848D is #C37B72. Grayscale: #6F6F6F. Windows color (decimal): -12811123 or 9274428. OLE color: 9274428.
HSL color Cylindrical-coordinate representation of color #3C848D: hue angle of 186.67º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C848D is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 132 | 141 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.45 |
| HSL | 186.67º | 0.4% | 0.39% | - |
| HSV(B) | 186.67º | 0.57% | 0.55% | - |
| XYZ | 14.92 | 19.39 | 28.15 | - |
| YUV | 111.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 141 | 0.57 | 0.06 | 0 | 0.45 | 186.67 | 0.4 | 0.39 |
| Hex | 3C | 84 | 8D | 39 | 6 | 0 | 2D | BB | 28 | 27 |
| Octal | 74 | 204 | 215 | 71 | 6 | 0 | 55 | 273 | 50 | 47 |
| Binary | 111100 | 10000100 | 10001101 | 111001 | 110 | 0 | 101101 | 10111011 | 101000 | 100111 |
Color Harmonies of #3C848D
Complementary color
Monochromatic Colors of #3C848D
Black with #3C848D
Text Example
Text Example
White with #3C848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C848D; }
p { color: rgb(60,132,141); }
H1.HeaderClassName
{
color: #3C848D;
}
.AnyTagClassName
{
color: #3C848D;
}
</style>
background-color css
<style>
a { background-color: #3C848D; }
a { background-color: rgb(60,132,141); }
div.DivClassName
{
background-color: #3C848D;
}
.BgClassName
{
background-color: #3C848D;
}
</style>
border-color css
<style>
span { border-color: #3C848D; }
span { border-color: rgb(60,132,141); }
td.TdClassName
{
border-color: #3C848D;
}
.TagClassName
{
border-color: #3C848D;
}
</style>