#3BA39B

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

Shades of Blue Chill #3BA39B

Tints of Blue Chill #3BA39B

Color information

#3BA39B (or 0x3BA39B) is unknown color: approx Blue Chill. HEX triplet: 3B, A3 and 9B. RGB value is (59,163,155). Sum of RGB (Red+Green+Blue) = 59+163+155=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA39B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA39B is #C45C64. Grayscale: #828282. Windows color (decimal): -12868709 or 10199867. OLE color: 10199867.

HSL color Cylindrical-coordinate representation of color #3BA39B: hue angle of 175.38º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA39B is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB59163155-
CMYK0.6400.050.36
HSL175.38º46.85%43.53%-
HSV(B)175.38º63.8%63.92%-
XYZ20.8229.4935.61-
YUV130.99141.5476.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.65%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=15.65%
G=43.24%
B=41.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591631550.6400.050.36175.3846.8543.53
Hex3BA39B400524af2f2c
Octal7324323310005442575754
Binary11101110100011100110111000000010110010010101111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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