#3D9490

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

Shades of Blue Chill #3D9490

Tints of Blue Chill #3D9490

Color information

#3D9490 (or 0x3D9490) is unknown color: approx Blue Chill. HEX triplet: 3D, 94 and 90. RGB value is (61,148,144). Sum of RGB (Red+Green+Blue) = 61+148+144=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #3D9490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9490 is #C26B6F. Grayscale: #797979. Windows color (decimal): -12741488 or 9475133. OLE color: 9475133.

HSL color Cylindrical-coordinate representation of color #3D9490: hue angle of 177.24º degrees, saturation: 0.42, 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 #3D9490 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB61148144-
CMYK0.5900.030.42
HSL177.24º41.63%40.98%-
HSV(B)177.24º58.78%58.04%-
XYZ17.5524.1930.13-
YUV121.53140.6884.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.28%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=17.28%
G=41.93%
B=40.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611481440.5900.030.42177.2441.6340.98
Hex3D94903B032Ab12a29
Octal752242207303522615251
Binary111101100101001001000011101101110101010110001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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