#3B8786

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

Shades of Blue Chill #3B8786

Tints of Blue Chill #3B8786

Color information

#3B8786 (or 0x3B8786) is unknown color: approx Blue Chill. HEX triplet: 3B, 87 and 86. RGB value is (59,135,134). Sum of RGB (Red+Green+Blue) = 59+135+134=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #3B8786 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8786 is #C47879. Grayscale: #707070. Windows color (decimal): -12875898 or 8816443. OLE color: 8816443.

HSL color Cylindrical-coordinate representation of color #3B8786: hue angle of 179.21º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B8786 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB59135134-
CMYK0.5600.010.47
HSL179.21º39.18%38.04%-
HSV(B)179.21º56.3%52.94%-
XYZ14.7719.9825.63-
YUV112.16140.3290.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=17.99%
G=41.16%
B=40.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591351340.5600.010.47179.2139.1838.04
Hex3B878638012Fb32726
Octal732072067001572634746
Binary11101110000111100001101110000110111110110011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,135,134); }

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

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

 a { background-color: rgb(59,135,134); }

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

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

 span { border-color: rgb(59,135,134); }

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