Shades of Blue Chill #3C858D
Tints of Blue Chill #3C858D
RGB
CMYK
RGB Variations
Color information
#3C858D (or 0x3C858D) is known color: Blue Chill. HEX triplet: 3C, 85 and 8D. RGB value is (60,133,141). Sum of RGB (Red+Green+Blue) = 60+133+141=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C858D is #C37A72. Grayscale: #6F6F6F. Windows color (decimal): -12810867 or 9274684. OLE color: 9274684.
HSL color Cylindrical-coordinate representation of color #3C858D: hue angle of 185.93º 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 #3C858D is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 133 | 141 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.45 |
| HSL | 185.93º | 0.4% | 0.39% | - |
| HSV(B) | 185.93º | 0.57% | 0.55% | - |
| XYZ | 15.06 | 19.66 | 28.2 | - |
| YUV | 112.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 133 | 141 | 0.57 | 0.06 | 0 | 0.45 | 185.93 | 0.4 | 0.39 |
| Hex | 3C | 85 | 8D | 39 | 6 | 0 | 2D | BA | 28 | 27 |
| Octal | 74 | 205 | 215 | 71 | 6 | 0 | 55 | 272 | 50 | 47 |
| Binary | 111100 | 10000101 | 10001101 | 111001 | 110 | 0 | 101101 | 10111010 | 101000 | 100111 |
Color Harmonies of #3C858D
Complementary color
Monochromatic Colors of #3C858D
Black with #3C858D
Text Example
Text Example
White with #3C858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C858D; }
p { color: rgb(60,133,141); }
H1.HeaderClassName
{
color: #3C858D;
}
.AnyTagClassName
{
color: #3C858D;
}
</style>
background-color css
<style>
a { background-color: #3C858D; }
a { background-color: rgb(60,133,141); }
div.DivClassName
{
background-color: #3C858D;
}
.BgClassName
{
background-color: #3C858D;
}
</style>
border-color css
<style>
span { border-color: #3C858D; }
span { border-color: rgb(60,133,141); }
td.TdClassName
{
border-color: #3C858D;
}
.TagClassName
{
border-color: #3C858D;
}
</style>