Shades of Blue Chill #3F8F90
Tints of Blue Chill #3F8F90
RGB
CMYK
RGB Variations
Color information
#3F8F90 (or 0x3F8F90) is known color: Blue Chill. HEX triplet: 3F, 8F and 90. RGB value is (63,143,144). Sum of RGB (Red+Green+Blue) = 63+143+144=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F8F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8F90 is #C0706F. Grayscale: #777777. Windows color (decimal): -12611696 or 9473855. OLE color: 9473855.
HSL color Cylindrical-coordinate representation of color #3F8F90: hue angle of 180.74º 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 #3F8F90 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 143 | 144 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.44 |
| HSL | 180.74º | 0.39% | 0.41% | - |
| HSV(B) | 180.74º | 0.56% | 0.56% | - |
| XYZ | 16.91 | 22.72 | 29.88 | - |
| YUV | 119.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 144 | 0.56 | 0.01 | 0 | 0.44 | 180.74 | 0.39 | 0.41 |
| Hex | 3F | 8F | 90 | 38 | 1 | 0 | 2C | B5 | 27 | 29 |
| Octal | 77 | 217 | 220 | 70 | 1 | 0 | 54 | 265 | 47 | 51 |
| Binary | 111111 | 10001111 | 10010000 | 111000 | 1 | 0 | 101100 | 10110101 | 100111 | 101001 |
Color Harmonies of #3F8F90
Complementary color
Monochromatic Colors of #3F8F90
Black with #3F8F90
Text Example
Text Example
White with #3F8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8F90; }
p { color: rgb(63,143,144); }
H1.HeaderClassName
{
color: #3F8F90;
}
.AnyTagClassName
{
color: #3F8F90;
}
</style>
background-color css
<style>
a { background-color: #3F8F90; }
a { background-color: rgb(63,143,144); }
div.DivClassName
{
background-color: #3F8F90;
}
.BgClassName
{
background-color: #3F8F90;
}
</style>
border-color css
<style>
span { border-color: #3F8F90; }
span { border-color: rgb(63,143,144); }
td.TdClassName
{
border-color: #3F8F90;
}
.TagClassName
{
border-color: #3F8F90;
}
</style>