Shades of Blue Chill #3F858C
Tints of Blue Chill #3F858C
RGB
CMYK
RGB Variations
Color information
#3F858C (or 0x3F858C) is known color: Blue Chill. HEX triplet: 3F, 85 and 8C. RGB value is (63,133,140). Sum of RGB (Red+Green+Blue) = 63+133+140=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F858C is #C07A73. Grayscale: #707070. Windows color (decimal): -12614260 or 9209151. OLE color: 9209151.
HSL color Cylindrical-coordinate representation of color #3F858C: hue angle of 185.45º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F858C is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 133 | 140 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.45 |
| HSL | 185.45º | 0.38% | 0.4% | - |
| HSV(B) | 185.45º | 0.55% | 0.55% | - |
| XYZ | 15.17 | 19.73 | 27.82 | - |
| YUV | 112.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 140 | 0.55 | 0.05 | 0 | 0.45 | 185.45 | 0.38 | 0.4 |
| Hex | 3F | 85 | 8C | 37 | 5 | 0 | 2D | B9 | 26 | 28 |
| Octal | 77 | 205 | 214 | 67 | 5 | 0 | 55 | 271 | 46 | 50 |
| Binary | 111111 | 10000101 | 10001100 | 110111 | 101 | 0 | 101101 | 10111001 | 100110 | 101000 |
Color Harmonies of #3F858C
Complementary color
Monochromatic Colors of #3F858C
Black with #3F858C
Text Example
Text Example
White with #3F858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F858C; }
p { color: rgb(63,133,140); }
H1.HeaderClassName
{
color: #3F858C;
}
.AnyTagClassName
{
color: #3F858C;
}
</style>
background-color css
<style>
a { background-color: #3F858C; }
a { background-color: rgb(63,133,140); }
div.DivClassName
{
background-color: #3F858C;
}
.BgClassName
{
background-color: #3F858C;
}
</style>
border-color css
<style>
span { border-color: #3F858C; }
span { border-color: rgb(63,133,140); }
td.TdClassName
{
border-color: #3F858C;
}
.TagClassName
{
border-color: #3F858C;
}
</style>