#3B979B

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

Shades of Blue Chill #3B979B

Tints of Blue Chill #3B979B

Color information

#3B979B (or 0x3B979B) is unknown color: approx Blue Chill. HEX triplet: 3B, 97 and 9B. RGB value is (59,151,155). Sum of RGB (Red+Green+Blue) = 59+151+155=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B979B is #C46864. Grayscale: #7B7B7B. Windows color (decimal): -12871781 or 10196795. OLE color: 10196795.

HSL color Cylindrical-coordinate representation of color #3B979B: hue angle of 182.5º 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 #3B979B is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB59151155-
CMYK0.620.0300.39
HSL182.5º44.86%41.96%-
HSV(B)182.5º61.94%60.78%-
XYZ18.7925.4334.93-
YUV123.95145.5281.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.16%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=16.16%
G=41.37%
B=42.47%

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
Decimal591511550.620.0300.39182.544.8641.96
Hex3B979B3E3027b62d2a
Octal732272337630472665552
Binary111011100101111001101111111011010011110110110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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