#3D938B

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

Shades of Blue Chill #3D938B

Tints of Blue Chill #3D938B

Color information

#3D938B (or 0x3D938B) is unknown color: approx Blue Chill. HEX triplet: 3D, 93 and 8B. RGB value is (61,147,139). Sum of RGB (Red+Green+Blue) = 61+147+139=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #3D938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D938B is #C26C74. Grayscale: #787878. Windows color (decimal): -12741749 or 9147197. OLE color: 9147197.

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

Color convert

RGB61147139-
CMYK0.5900.050.42
HSL174.42º41.35%40.78%-
HSV(B)174.42º58.5%57.65%-
XYZ17.0223.7228.11-
YUV120.37138.5185.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.58%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=17.58%
G=42.36%
B=40.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611471390.5900.050.42174.4241.3540.78
Hex3D938B3B052Aae2929
Octal752232137305522565151
Binary1111011001001110001011111011010110101010101110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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