Shades of Blue Chill #3F908A
Tints of Blue Chill #3F908A
RGB
CMYK
RGB Variations
Color information
#3F908A (or 0x3F908A) is known color: Blue Chill. HEX triplet: 3F, 90 and 8A. RGB value is (63,144,138). Sum of RGB (Red+Green+Blue) = 63+144+138=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #3F908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F908A is #C06F75. Grayscale: #777777. Windows color (decimal): -12611446 or 9080895. OLE color: 9080895.
HSL color Cylindrical-coordinate representation of color #3F908A: hue angle of 175.56º 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 #3F908A is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 138 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.44 |
| HSL | 175.56º | 0.39% | 0.41% | - |
| HSV(B) | 175.56º | 0.56% | 0.56% | - |
| XYZ | 16.61 | 22.84 | 27.58 | - |
| YUV | 119.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 138 | 0.56 | 0 | 0.04 | 0.44 | 175.56 | 0.39 | 0.41 |
| Hex | 3F | 90 | 8A | 38 | 0 | 4 | 2C | B0 | 27 | 29 |
| Octal | 77 | 220 | 212 | 70 | 0 | 4 | 54 | 260 | 47 | 51 |
| Binary | 111111 | 10010000 | 10001010 | 111000 | 0 | 100 | 101100 | 10110000 | 100111 | 101001 |
Color Harmonies of #3F908A
Complementary color
Monochromatic Colors of #3F908A
Black with #3F908A
Text Example
Text Example
White with #3F908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F908A; }
p { color: rgb(63,144,138); }
H1.HeaderClassName
{
color: #3F908A;
}
.AnyTagClassName
{
color: #3F908A;
}
</style>
background-color css
<style>
a { background-color: #3F908A; }
a { background-color: rgb(63,144,138); }
div.DivClassName
{
background-color: #3F908A;
}
.BgClassName
{
background-color: #3F908A;
}
</style>
border-color css
<style>
span { border-color: #3F908A; }
span { border-color: rgb(63,144,138); }
td.TdClassName
{
border-color: #3F908A;
}
.TagClassName
{
border-color: #3F908A;
}
</style>