Shades of Blue Chill #3C858B
Tints of Blue Chill #3C858B
RGB
CMYK
RGB Variations
Color information
#3C858B (or 0x3C858B) is known color: Blue Chill. HEX triplet: 3C, 85 and 8B. RGB value is (60,133,139). Sum of RGB (Red+Green+Blue) = 60+133+139=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C858B is #C37A74. Grayscale: #6F6F6F. Windows color (decimal): -12810869 or 9143612. OLE color: 9143612.
HSL color Cylindrical-coordinate representation of color #3C858B: hue angle of 184.56º 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 #3C858B is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 133 | 139 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.45 |
| HSL | 184.56º | 0.4% | 0.39% | - |
| HSV(B) | 184.56º | 0.57% | 0.55% | - |
| XYZ | 14.91 | 19.6 | 27.42 | - |
| YUV | 111.86 | 143.32 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 133 | 139 | 0.57 | 0.04 | 0 | 0.45 | 184.56 | 0.4 | 0.39 |
| Hex | 3C | 85 | 8B | 39 | 4 | 0 | 2D | B9 | 28 | 27 |
| Octal | 74 | 205 | 213 | 71 | 4 | 0 | 55 | 271 | 50 | 47 |
| Binary | 111100 | 10000101 | 10001011 | 111001 | 100 | 0 | 101101 | 10111001 | 101000 | 100111 |
Color Harmonies of #3C858B
Complementary color
Monochromatic Colors of #3C858B
Black with #3C858B
Text Example
Text Example
White with #3C858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C858B; }
p { color: rgb(60,133,139); }
H1.HeaderClassName
{
color: #3C858B;
}
.AnyTagClassName
{
color: #3C858B;
}
</style>
background-color css
<style>
a { background-color: #3C858B; }
a { background-color: rgb(60,133,139); }
div.DivClassName
{
background-color: #3C858B;
}
.BgClassName
{
background-color: #3C858B;
}
</style>
border-color css
<style>
span { border-color: #3C858B; }
span { border-color: rgb(60,133,139); }
td.TdClassName
{
border-color: #3C858B;
}
.TagClassName
{
border-color: #3C858B;
}
</style>