#3B9F9D

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

Shades of Blue Chill #3B9F9D

Tints of Blue Chill #3B9F9D

Color information

#3B9F9D (or 0x3B9F9D) is unknown color: approx Blue Chill. HEX triplet: 3B, 9F and 9D. RGB value is (59,159,157). Sum of RGB (Red+Green+Blue) = 59+159+157=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #3B9F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9F9D is #C46062. Grayscale: #808080. Windows color (decimal): -12869731 or 10329915. OLE color: 10329915.

HSL color Cylindrical-coordinate representation of color #3B9F9D: hue angle of 178.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9F9D is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB59159157-
CMYK0.6300.010.38
HSL178.8º45.87%42.75%-
HSV(B)178.8º62.89%62.35%-
XYZ20.2928.1636.26-
YUV128.87143.8778.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.73%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=15.73%
G=42.4%
B=41.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591591570.6300.010.38178.845.8742.75
Hex3B9F9D3F0126b32e2b
Octal732372357701462635653
Binary11101110011111100111011111110110011010110011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,159,157); }

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

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

 a { background-color: rgb(59,159,157); }

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

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

 span { border-color: rgb(59,159,157); }

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