Shades of Blue Chill #3F908D
Tints of Blue Chill #3F908D
RGB
CMYK
RGB Variations
Color information
#3F908D (or 0x3F908D) is known color: Blue Chill. HEX triplet: 3F, 90 and 8D. RGB value is (63,144,141). Sum of RGB (Red+Green+Blue) = 63+144+141=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #3F908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F908D is #C06F72. Grayscale: #777777. Windows color (decimal): -12611443 or 9277503. OLE color: 9277503.
HSL color Cylindrical-coordinate representation of color #3F908D: hue angle of 177.78º 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 #3F908D is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 141 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.44 |
| HSL | 177.78º | 0.39% | 0.41% | - |
| HSV(B) | 177.78º | 0.56% | 0.56% | - |
| XYZ | 16.83 | 22.93 | 28.74 | - |
| YUV | 119.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 141 | 0.56 | 0 | 0.02 | 0.44 | 177.78 | 0.39 | 0.41 |
| Hex | 3F | 90 | 8D | 38 | 0 | 2 | 2C | B2 | 27 | 29 |
| Octal | 77 | 220 | 215 | 70 | 0 | 2 | 54 | 262 | 47 | 51 |
| Binary | 111111 | 10010000 | 10001101 | 111000 | 0 | 10 | 101100 | 10110010 | 100111 | 101001 |
Color Harmonies of #3F908D
Complementary color
Monochromatic Colors of #3F908D
Black with #3F908D
Text Example
Text Example
White with #3F908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F908D; }
p { color: rgb(63,144,141); }
H1.HeaderClassName
{
color: #3F908D;
}
.AnyTagClassName
{
color: #3F908D;
}
</style>
background-color css
<style>
a { background-color: #3F908D; }
a { background-color: rgb(63,144,141); }
div.DivClassName
{
background-color: #3F908D;
}
.BgClassName
{
background-color: #3F908D;
}
</style>
border-color css
<style>
span { border-color: #3F908D; }
span { border-color: rgb(63,144,141); }
td.TdClassName
{
border-color: #3F908D;
}
.TagClassName
{
border-color: #3F908D;
}
</style>