Shades of Blue Chill #3F938C
Tints of Blue Chill #3F938C
RGB
CMYK
RGB Variations
Color information
#3F938C (or 0x3F938C) is known color: Blue Chill. HEX triplet: 3F, 93 and 8C. RGB value is (63,147,140). Sum of RGB (Red+Green+Blue) = 63+147+140=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #3F938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F938C is #C06C73. Grayscale: #797979. Windows color (decimal): -12610676 or 9212735. OLE color: 9212735.
HSL color Cylindrical-coordinate representation of color #3F938C: hue angle of 175º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F938C is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 147 | 140 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.42 |
| HSL | 175º | 0.4% | 0.41% | - |
| HSV(B) | 175º | 0.57% | 0.58% | - |
| XYZ | 17.22 | 23.82 | 28.5 | - |
| YUV | 121.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 140 | 0.57 | 0 | 0.05 | 0.42 | 175 | 0.4 | 0.41 |
| Hex | 3F | 93 | 8C | 39 | 0 | 5 | 2A | AF | 28 | 29 |
| Octal | 77 | 223 | 214 | 71 | 0 | 5 | 52 | 257 | 50 | 51 |
| Binary | 111111 | 10010011 | 10001100 | 111001 | 0 | 101 | 101010 | 10101111 | 101000 | 101001 |
Color Harmonies of #3F938C
Complementary color
Monochromatic Colors of #3F938C
Black with #3F938C
Text Example
Text Example
White with #3F938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F938C; }
p { color: rgb(63,147,140); }
H1.HeaderClassName
{
color: #3F938C;
}
.AnyTagClassName
{
color: #3F938C;
}
</style>
background-color css
<style>
a { background-color: #3F938C; }
a { background-color: rgb(63,147,140); }
div.DivClassName
{
background-color: #3F938C;
}
.BgClassName
{
background-color: #3F938C;
}
</style>
border-color css
<style>
span { border-color: #3F938C; }
span { border-color: rgb(63,147,140); }
td.TdClassName
{
border-color: #3F938C;
}
.TagClassName
{
border-color: #3F938C;
}
</style>