#3A9391

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

Shades of Blue Chill #3A9391

Tints of Blue Chill #3A9391

Color information

#3A9391 (or 0x3A9391) is unknown color: approx Blue Chill. HEX triplet: 3A, 93 and 91. RGB value is (58,147,145). Sum of RGB (Red+Green+Blue) = 58+147+145=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #3A9391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9391 is #C56C6E. Grayscale: #787878. Windows color (decimal): -12938351 or 9540410. OLE color: 9540410.

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

Color convert

RGB58147145-
CMYK0.6100.010.42
HSL178.65º43.41%40.2%-
HSV(B)178.65º60.54%57.65%-
XYZ17.2923.8130.47-
YUV120.16142.0183.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.57%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=16.57%
G=42%
B=41.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581471450.6100.010.42178.6543.4140.2
Hex3A93913D012Ab32b28
Octal722232217501522635350
Binary11101010010011100100011111010110101010110011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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