Shades of Blue Chill #3F908C
Tints of Blue Chill #3F908C
RGB
CMYK
RGB Variations
Color information
#3F908C (or 0x3F908C) is known color: Blue Chill. HEX triplet: 3F, 90 and 8C. RGB value is (63,144,140). Sum of RGB (Red+Green+Blue) = 63+144+140=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #3F908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F908C is #C06F73. Grayscale: #777777. Windows color (decimal): -12611444 or 9211967. OLE color: 9211967.
HSL color Cylindrical-coordinate representation of color #3F908C: hue angle of 177.04º 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 #3F908C is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 140 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.44 |
| HSL | 177.04º | 0.39% | 0.41% | - |
| HSV(B) | 177.04º | 0.56% | 0.56% | - |
| XYZ | 16.76 | 22.9 | 28.35 | - |
| YUV | 119.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 140 | 0.56 | 0 | 0.03 | 0.44 | 177.04 | 0.39 | 0.41 |
| Hex | 3F | 90 | 8C | 38 | 0 | 3 | 2C | B1 | 27 | 29 |
| Octal | 77 | 220 | 214 | 70 | 0 | 3 | 54 | 261 | 47 | 51 |
| Binary | 111111 | 10010000 | 10001100 | 111000 | 0 | 11 | 101100 | 10110001 | 100111 | 101001 |
Color Harmonies of #3F908C
Complementary color
Monochromatic Colors of #3F908C
Black with #3F908C
Text Example
Text Example
White with #3F908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F908C; }
p { color: rgb(63,144,140); }
H1.HeaderClassName
{
color: #3F908C;
}
.AnyTagClassName
{
color: #3F908C;
}
</style>
background-color css
<style>
a { background-color: #3F908C; }
a { background-color: rgb(63,144,140); }
div.DivClassName
{
background-color: #3F908C;
}
.BgClassName
{
background-color: #3F908C;
}
</style>
border-color css
<style>
span { border-color: #3F908C; }
span { border-color: rgb(63,144,140); }
td.TdClassName
{
border-color: #3F908C;
}
.TagClassName
{
border-color: #3F908C;
}
</style>