#3D9391

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

Shades of Blue Chill #3D9391

Tints of Blue Chill #3D9391

Color information

#3D9391 (or 0x3D9391) is unknown color: approx Blue Chill. HEX triplet: 3D, 93 and 91. RGB value is (61,147,145). Sum of RGB (Red+Green+Blue) = 61+147+145=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #3D9391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9391 is #C26C6E. Grayscale: #787878. Windows color (decimal): -12741743 or 9540413. OLE color: 9540413.

HSL color Cylindrical-coordinate representation of color #3D9391: hue angle of 178.6º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D9391 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB61147145-
CMYK0.5900.010.42
HSL178.6º41.35%40.78%-
HSV(B)178.6º58.5%57.65%-
XYZ17.4723.930.48-
YUV121.06141.5185.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.28%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 145 (57.03% from 255) = 41.08%
R=17.28%
G=41.64%
B=41.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611471450.5900.010.42178.641.3540.78
Hex3D93913B012Ab32929
Octal752232217301522635151
Binary11110110010011100100011110110110101010110011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,147,145); }

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

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

 a { background-color: rgb(61,147,145); }

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

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

 span { border-color: rgb(61,147,145); }

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