Shades of Blue Chill #3F8989
Tints of Blue Chill #3F8989
RGB
CMYK
RGB Variations
Color information
#3F8989 (or 0x3F8989) is known color: Blue Chill. HEX triplet: 3F, 89 and 89. RGB value is (63,137,137). Sum of RGB (Red+Green+Blue) = 63+137+137=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #3F8989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8989 is #C07676. Grayscale: #727272. Windows color (decimal): -12613239 or 9013567. OLE color: 9013567.
HSL color Cylindrical-coordinate representation of color #3F8989: hue angle of 180º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8989 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 137 | - |
| CMYK | 0.54 | 0 | 0 | 0.46 |
| HSL | 180º | 0.37% | 0.39% | - |
| HSV(B) | 180º | 0.54% | 0.54% | - |
| XYZ | 15.51 | 20.75 | 26.86 | - |
| YUV | 114.87 | 140.48 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 137 | 0.54 | 0 | 0 | 0.46 | 180 | 0.37 | 0.39 |
| Hex | 3F | 89 | 89 | 36 | 0 | 0 | 2E | B4 | 25 | 27 |
| Octal | 77 | 211 | 211 | 66 | 0 | 0 | 56 | 264 | 45 | 47 |
| Binary | 111111 | 10001001 | 10001001 | 110110 | 0 | 0 | 101110 | 10110100 | 100101 | 100111 |
Color Harmonies of #3F8989
Complementary color
Monochromatic Colors of #3F8989
Black with #3F8989
Text Example
Text Example
White with #3F8989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8989; }
p { color: rgb(63,137,137); }
H1.HeaderClassName
{
color: #3F8989;
}
.AnyTagClassName
{
color: #3F8989;
}
</style>
background-color css
<style>
a { background-color: #3F8989; }
a { background-color: rgb(63,137,137); }
div.DivClassName
{
background-color: #3F8989;
}
.BgClassName
{
background-color: #3F8989;
}
</style>
border-color css
<style>
span { border-color: #3F8989; }
span { border-color: rgb(63,137,137); }
td.TdClassName
{
border-color: #3F8989;
}
.TagClassName
{
border-color: #3F8989;
}
</style>