Shades of Blue Chill #3F8490
Tints of Blue Chill #3F8490
RGB
CMYK
RGB Variations
Color information
#3F8490 (or 0x3F8490) is known color: Blue Chill. HEX triplet: 3F, 84 and 90. RGB value is (63,132,144). Sum of RGB (Red+Green+Blue) = 63+132+144=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F8490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8490 is #C07B6F. Grayscale: #707070. Windows color (decimal): -12614512 or 9471039. OLE color: 9471039.
HSL color Cylindrical-coordinate representation of color #3F8490: hue angle of 188.89º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8490 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 132 | 144 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.44 |
| HSL | 188.89º | 0.39% | 0.41% | - |
| HSV(B) | 188.89º | 0.56% | 0.56% | - |
| XYZ | 15.34 | 19.57 | 29.36 | - |
| YUV | 112.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 144 | 0.56 | 0.08 | 0 | 0.44 | 188.89 | 0.39 | 0.41 |
| Hex | 3F | 84 | 90 | 38 | 8 | 0 | 2C | BD | 27 | 29 |
| Octal | 77 | 204 | 220 | 70 | 10 | 0 | 54 | 275 | 47 | 51 |
| Binary | 111111 | 10000100 | 10010000 | 111000 | 1000 | 0 | 101100 | 10111101 | 100111 | 101001 |
Color Harmonies of #3F8490
Complementary color
Monochromatic Colors of #3F8490
Black with #3F8490
Text Example
Text Example
White with #3F8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8490; }
p { color: rgb(63,132,144); }
H1.HeaderClassName
{
color: #3F8490;
}
.AnyTagClassName
{
color: #3F8490;
}
</style>
background-color css
<style>
a { background-color: #3F8490; }
a { background-color: rgb(63,132,144); }
div.DivClassName
{
background-color: #3F8490;
}
.BgClassName
{
background-color: #3F8490;
}
</style>
border-color css
<style>
span { border-color: #3F8490; }
span { border-color: rgb(63,132,144); }
td.TdClassName
{
border-color: #3F8490;
}
.TagClassName
{
border-color: #3F8490;
}
</style>