#3A9690

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

Shades of Blue Chill #3A9690

Tints of Blue Chill #3A9690

Color information

#3A9690 (or 0x3A9690) is unknown color: approx Blue Chill. HEX triplet: 3A, 96 and 90. RGB value is (58,150,144). Sum of RGB (Red+Green+Blue) = 58+150+144=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #3A9690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9690 is #C5696F. Grayscale: #797979. Windows color (decimal): -12937584 or 9475642. OLE color: 9475642.

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

Color convert

RGB58150144-
CMYK0.6100.040.41
HSL176.09º44.23%40.78%-
HSV(B)176.09º61.33%58.82%-
XYZ17.6924.7330.23-
YUV121.81140.5282.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.48%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=16.48%
G=42.61%
B=40.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal581501440.6100.040.41176.0944.2340.78
Hex3A96903D0429b02c29
Octal722262207504512605451
Binary1110101001011010010000111101010010100110110000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,150,144); }

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

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

 a { background-color: rgb(58,150,144); }

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

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

 span { border-color: rgb(58,150,144); }

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