#3B978F

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

Shades of Blue Chill #3B978F

Tints of Blue Chill #3B978F

Color information

#3B978F (or 0x3B978F) is unknown color: approx Blue Chill. HEX triplet: 3B, 97 and 8F. RGB value is (59,151,143). Sum of RGB (Red+Green+Blue) = 59+151+143=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #3B978F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B978F is #C46870. Grayscale: #7A7A7A. Windows color (decimal): -12871793 or 9410363. OLE color: 9410363.

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

Color convert

RGB59151143-
CMYK0.6100.050.41
HSL174.78º43.81%41.18%-
HSV(B)174.78º60.93%59.22%-
XYZ17.8325.0529.88-
YUV122.58139.5282.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.71%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=16.71%
G=42.78%
B=40.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal591511430.6100.050.41174.7843.8141.18
Hex3B978F3D0529af2c29
Octal732272177505512575451
Binary1110111001011110001111111101010110100110101111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,151,143); }

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

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

 a { background-color: rgb(59,151,143); }

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

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

 span { border-color: rgb(59,151,143); }

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