#3b959c

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

Shades of Blue Chill #3B959C

Tints of Blue Chill #3B959C

Color information

#3B959C (or 0x3B959C) is unknown color: approx Blue Chill. HEX triplet: 3B, 95 and 9C. RGB value is (59,149,156). Sum of RGB (Red+Green+Blue) = 59+149+156=364 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.21% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B959C is #C46A63. Grayscale: #7A7A7A. Windows color (decimal): -12872292 or 10261819. OLE color: 10261819.

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

Color convert

RGB59149156-
CMYK0.620.0400.39
HSL184.33º45.12%42.16%-
HSV(B)184.33º62.18%61.18%-
XYZ18.5524.8335.27-
YUV122.89146.6882.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.21%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=16.21%
G=40.93%
B=42.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591491560.620.0400.39184.3345.1242.16
Hex3B959C3E4027b82d2a
Octal732252347640472705552
Binary1110111001010110011100111110100010011110111000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b959c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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