#3F968F

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

Shades of Blue Chill #3F968F

Tints of Blue Chill #3F968F

Color information

#3F968F (or 0x3F968F) is unknown color: approx Blue Chill. HEX triplet: 3F, 96 and 8F. RGB value is (63,150,143). Sum of RGB (Red+Green+Blue) = 63+150+143=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #3F968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F968F is #C06970. Grayscale: #7B7B7B. Windows color (decimal): -12609905 or 9410111. OLE color: 9410111.

HSL color Cylindrical-coordinate representation of color #3F968F: hue angle of 175.17º 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 #3F968F is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB63150143-
CMYK0.5800.050.41
HSL175.17º40.85%41.76%-
HSV(B)175.17º58%58.82%-
XYZ17.9124.8529.84-
YUV123.19139.1885.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.70%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 143 (56.25% from 255) = 40.17%
R=17.70%
G=42.13%
B=40.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631501430.5800.050.41175.1740.8541.76
Hex3F968F3A0529af292a
Octal772262177205512575152
Binary1111111001011010001111111010010110100110101111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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