#3B979C

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

Shades of Blue Chill #3B979C

Tints of Blue Chill #3B979C

Color information

#3B979C (or 0x3B979C) is unknown color: approx Blue Chill. HEX triplet: 3B, 97 and 9C. RGB value is (59,151,156). Sum of RGB (Red+Green+Blue) = 59+151+156=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B979C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B979C is #C46863. Grayscale: #7B7B7B. Windows color (decimal): -12871780 or 10262331. OLE color: 10262331.

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

Color convert

RGB59151156-
CMYK0.620.0300.39
HSL183.09º45.12%42.16%-
HSV(B)183.09º62.18%61.18%-
XYZ18.8725.4635.37-
YUV124.06146.0281.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.12%
GREEN value IS 151 (59.38% from 255) = 41.26%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=16.12%
G=41.26%
B=42.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591511560.620.0300.39183.0945.1242.16
Hex3B979C3E3027b72d2a
Octal732272347630472675552
Binary111011100101111001110011111011010011110110111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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