Shades of Blue Chill #3F888E
Tints of Blue Chill #3F888E
RGB
CMYK
RGB Variations
Color information
#3F888E (or 0x3F888E) is known color: Blue Chill. HEX triplet: 3F, 88 and 8E. RGB value is (63,136,142). Sum of RGB (Red+Green+Blue) = 63+136+142=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F888E is #C07771. Grayscale: #727272. Windows color (decimal): -12613490 or 9340991. OLE color: 9340991.
HSL color Cylindrical-coordinate representation of color #3F888E: hue angle of 184.56º 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 #3F888E is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 136 | 142 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.44 |
| HSL | 184.56º | 0.39% | 0.4% | - |
| HSV(B) | 184.56º | 0.56% | 0.56% | - |
| XYZ | 15.74 | 20.62 | 28.74 | - |
| YUV | 114.86 | 143.32 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 142 | 0.56 | 0.04 | 0 | 0.44 | 184.56 | 0.39 | 0.4 |
| Hex | 3F | 88 | 8E | 38 | 4 | 0 | 2C | B9 | 27 | 28 |
| Octal | 77 | 210 | 216 | 70 | 4 | 0 | 54 | 271 | 47 | 50 |
| Binary | 111111 | 10001000 | 10001110 | 111000 | 100 | 0 | 101100 | 10111001 | 100111 | 101000 |
Color Harmonies of #3F888E
Complementary color
Monochromatic Colors of #3F888E
Black with #3F888E
Text Example
Text Example
White with #3F888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F888E; }
p { color: rgb(63,136,142); }
H1.HeaderClassName
{
color: #3F888E;
}
.AnyTagClassName
{
color: #3F888E;
}
</style>
background-color css
<style>
a { background-color: #3F888E; }
a { background-color: rgb(63,136,142); }
div.DivClassName
{
background-color: #3F888E;
}
.BgClassName
{
background-color: #3F888E;
}
</style>
border-color css
<style>
span { border-color: #3F888E; }
span { border-color: rgb(63,136,142); }
td.TdClassName
{
border-color: #3F888E;
}
.TagClassName
{
border-color: #3F888E;
}
</style>