#3F8C89

Color #3F8C89 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #3F8C89

Tints of Blue Chill #3F8C89

Color information

#3F8C89 (or 0x3F8C89) is unknown color: approx Blue Chill. HEX triplet: 3F, 8C and 89. RGB value is (63,140,137). Sum of RGB (Red+Green+Blue) = 63+140+137=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8C89 is #C07376. Grayscale: #747474. Windows color (decimal): -12612471 or 9014335. OLE color: 9014335.

HSL color Cylindrical-coordinate representation of color #3F8C89: hue angle of 177.66º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8C89 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB63140137-
CMYK0.5500.020.45
HSL177.66º37.93%39.8%-
HSV(B)177.66º55%54.9%-
XYZ15.9421.6227-
YUV116.64139.4989.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 140 (55.08% from 255) = 41.18%
BLUE value IS 137 (53.91% from 255) = 40.29%
R=18.53%
G=41.18%
B=40.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631401370.5500.020.45177.6637.9339.8
Hex3F8C8937022Db22628
Octal772142116702552624650
Binary111111100011001000100111011101010110110110010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F8C89; }

 p { color: rgb(63,140,137); }

 H1.HeaderClassName
 {
   color: #3F8C89;
 }
 .AnyTagClassName
 {
   color: #3F8C89;
 }
</style>
background-color css

<style>
 a { background-color: #3F8C89; }

 a { background-color: rgb(63,140,137); }

 div.DivClassName
 {
   background-color: #3F8C89;
 }
 .BgClassName
 {
   background-color: #3F8C89;
 }
</style>
border-color css

<style>
 span { border-color: #3F8C89; }

 span { border-color: rgb(63,140,137); }

 td.TdClassName
 {
   border-color: #3F8C89;
 }
 .TagClassName
 {
   border-color: #3F8C89;
 }
</style>