Shades of Blue Chill #3F918A
Tints of Blue Chill #3F918A
RGB
CMYK
RGB Variations
Color information
#3F918A (or 0x3F918A) is known color: Blue Chill. HEX triplet: 3F, 91 and 8A. RGB value is (63,145,138). Sum of RGB (Red+Green+Blue) = 63+145+138=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #3F918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F918A is #C06E75. Grayscale: #777777. Windows color (decimal): -12611190 or 9081151. OLE color: 9081151.
HSL color Cylindrical-coordinate representation of color #3F918A: hue angle of 174.88º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F918A is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 145 | 138 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.43 |
| HSL | 174.88º | 0.39% | 0.41% | - |
| HSV(B) | 174.88º | 0.57% | 0.57% | - |
| XYZ | 16.76 | 23.14 | 27.63 | - |
| YUV | 119.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 138 | 0.57 | 0 | 0.05 | 0.43 | 174.88 | 0.39 | 0.41 |
| Hex | 3F | 91 | 8A | 39 | 0 | 5 | 2B | AF | 27 | 29 |
| Octal | 77 | 221 | 212 | 71 | 0 | 5 | 53 | 257 | 47 | 51 |
| Binary | 111111 | 10010001 | 10001010 | 111001 | 0 | 101 | 101011 | 10101111 | 100111 | 101001 |
Color Harmonies of #3F918A
Complementary color
Monochromatic Colors of #3F918A
Black with #3F918A
Text Example
Text Example
White with #3F918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F918A; }
p { color: rgb(63,145,138); }
H1.HeaderClassName
{
color: #3F918A;
}
.AnyTagClassName
{
color: #3F918A;
}
</style>
background-color css
<style>
a { background-color: #3F918A; }
a { background-color: rgb(63,145,138); }
div.DivClassName
{
background-color: #3F918A;
}
.BgClassName
{
background-color: #3F918A;
}
</style>
border-color css
<style>
span { border-color: #3F918A; }
span { border-color: rgb(63,145,138); }
td.TdClassName
{
border-color: #3F918A;
}
.TagClassName
{
border-color: #3F918A;
}
</style>