#3F9B97

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

Shades of Blue Chill #3F9B97

Tints of Blue Chill #3F9B97

Color information

#3F9B97 (or 0x3F9B97) is unknown color: approx Blue Chill. HEX triplet: 3F, 9B and 97. RGB value is (63,155,151). Sum of RGB (Red+Green+Blue) = 63+155+151=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #3F9B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9B97 is #C06468. Grayscale: #7E7E7E. Windows color (decimal): -12608617 or 9935679. OLE color: 9935679.

HSL color Cylindrical-coordinate representation of color #3F9B97: hue angle of 177.39º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9B97 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB63155151-
CMYK0.5900.030.39
HSL177.39º42.2%42.75%-
HSV(B)177.39º59.35%60.78%-
XYZ19.3626.7333.42-
YUV127.04141.5282.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 155 (60.94% from 255) = 42.01%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=17.07%
G=42.01%
B=40.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631551510.5900.030.39177.3942.242.75
Hex3F9B973B0327b12a2b
Octal772332277303472615253
Binary111111100110111001011111101101110011110110001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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