#3D9690

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

Shades of Blue Chill #3D9690

Tints of Blue Chill #3D9690

Color information

#3D9690 (or 0x3D9690) is unknown color: approx Blue Chill. HEX triplet: 3D, 96 and 90. RGB value is (61,150,144). Sum of RGB (Red+Green+Blue) = 61+150+144=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #3D9690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9690 is #C2696F. Grayscale: #7A7A7A. Windows color (decimal): -12740976 or 9475645. OLE color: 9475645.

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

Color convert

RGB61150144-
CMYK0.5900.040.41
HSL175.96º42.18%41.37%-
HSV(B)175.96º59.33%58.82%-
XYZ17.8624.8230.23-
YUV122.7140.0183.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.18%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=17.18%
G=42.25%
B=40.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal611501440.5900.040.41175.9642.1841.37
Hex3D96903B0429b02a29
Octal752262207304512605251
Binary1111011001011010010000111011010010100110110000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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