Shades of Blue Chill #3F898F
Tints of Blue Chill #3F898F
RGB
CMYK
RGB Variations
Color information
#3F898F (or 0x3F898F) is known color: Blue Chill. HEX triplet: 3F, 89 and 8F. RGB value is (63,137,143). Sum of RGB (Red+Green+Blue) = 63+137+143=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F898F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F898F is #C07670. Grayscale: #737373. Windows color (decimal): -12613233 or 9406783. OLE color: 9406783.
HSL color Cylindrical-coordinate representation of color #3F898F: hue angle of 184.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F898F is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 137 | 143 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.44 |
| HSL | 184.5º | 0.39% | 0.4% | - |
| HSV(B) | 184.5º | 0.56% | 0.56% | - |
| XYZ | 15.95 | 20.93 | 29.19 | - |
| YUV | 115.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 143 | 0.56 | 0.04 | 0 | 0.44 | 184.5 | 0.39 | 0.4 |
| Hex | 3F | 89 | 8F | 38 | 4 | 0 | 2C | B8 | 27 | 28 |
| Octal | 77 | 211 | 217 | 70 | 4 | 0 | 54 | 270 | 47 | 50 |
| Binary | 111111 | 10001001 | 10001111 | 111000 | 100 | 0 | 101100 | 10111000 | 100111 | 101000 |
Color Harmonies of #3F898F
Complementary color
Monochromatic Colors of #3F898F
Black with #3F898F
Text Example
Text Example
White with #3F898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F898F; }
p { color: rgb(63,137,143); }
H1.HeaderClassName
{
color: #3F898F;
}
.AnyTagClassName
{
color: #3F898F;
}
</style>
background-color css
<style>
a { background-color: #3F898F; }
a { background-color: rgb(63,137,143); }
div.DivClassName
{
background-color: #3F898F;
}
.BgClassName
{
background-color: #3F898F;
}
</style>
border-color css
<style>
span { border-color: #3F898F; }
span { border-color: rgb(63,137,143); }
td.TdClassName
{
border-color: #3F898F;
}
.TagClassName
{
border-color: #3F898F;
}
</style>