Shades of Blue Chill #3F9EA0
Tints of Blue Chill #3F9EA0
RGB
CMYK
RGB Variations
Color information
#3F9EA0 (or 0x3F9EA0) is known color: Blue Chill. HEX triplet: 3F, 9E and A0. RGB value is (63,158,160). Sum of RGB (Red+Green+Blue) = 63+158+160=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #3F9EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9EA0 is #C0615F. Grayscale: #818181. Windows color (decimal): -12607840 or 10526271. OLE color: 10526271.
HSL color Cylindrical-coordinate representation of color #3F9EA0: hue angle of 181.24º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F9EA0 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 158 | 160 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.37 |
| HSL | 181.24º | 0.43% | 0.44% | - |
| HSV(B) | 181.24º | 0.61% | 0.63% | - |
| XYZ | 20.62 | 28.05 | 37.58 | - |
| YUV | 129.82 | 145.03 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 158 | 160 | 0.61 | 0.01 | 0 | 0.37 | 181.24 | 0.43 | 0.44 |
| Hex | 3F | 9E | A0 | 3D | 1 | 0 | 25 | B5 | 2B | 2C |
| Octal | 77 | 236 | 240 | 75 | 1 | 0 | 45 | 265 | 53 | 54 |
| Binary | 111111 | 10011110 | 10100000 | 111101 | 1 | 0 | 100101 | 10110101 | 101011 | 101100 |
Color Harmonies of #3F9EA0
Complementary color
Monochromatic Colors of #3F9EA0
Black with #3F9EA0
Text Example
Text Example
White with #3F9EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9EA0; }
p { color: rgb(63,158,160); }
H1.HeaderClassName
{
color: #3F9EA0;
}
.AnyTagClassName
{
color: #3F9EA0;
}
</style>
background-color css
<style>
a { background-color: #3F9EA0; }
a { background-color: rgb(63,158,160); }
div.DivClassName
{
background-color: #3F9EA0;
}
.BgClassName
{
background-color: #3F9EA0;
}
</style>
border-color css
<style>
span { border-color: #3F9EA0; }
span { border-color: rgb(63,158,160); }
td.TdClassName
{
border-color: #3F9EA0;
}
.TagClassName
{
border-color: #3F9EA0;
}
</style>