#3F9796

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

Shades of Blue Chill #3F9796

Tints of Blue Chill #3F9796

Color information

#3F9796 (or 0x3F9796) is unknown color: approx Blue Chill. HEX triplet: 3F, 97 and 96. RGB value is (63,151,150). Sum of RGB (Red+Green+Blue) = 63+151+150=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9796 is #C06869. Grayscale: #7C7C7C. Windows color (decimal): -12609642 or 9869119. OLE color: 9869119.

HSL color Cylindrical-coordinate representation of color #3F9796: hue angle of 179.32º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9796 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB63151150-
CMYK0.5800.010.41
HSL179.32º41.12%41.96%-
HSV(B)179.32º58.28%59.22%-
XYZ18.6225.3932.77-
YUV124.57142.3584.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.31%
GREEN value IS 151 (59.38% from 255) = 41.48%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=17.31%
G=41.48%
B=41.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631511500.5800.010.41179.3241.1241.96
Hex3F97963A0129b3292a
Octal772272267201512635152
Binary11111110010111100101101110100110100110110011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,151,150); }

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

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

 a { background-color: rgb(63,151,150); }

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

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

 span { border-color: rgb(63,151,150); }

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