#3E938D

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

Shades of Blue Chill #3E938D

Tints of Blue Chill #3E938D

Color information

#3E938D (or 0x3E938D) is unknown color: approx Blue Chill. HEX triplet: 3E, 93 and 8D. RGB value is (62,147,141). Sum of RGB (Red+Green+Blue) = 62+147+141=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #3E938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E938D is #C16C72. Grayscale: #787878. Windows color (decimal): -12676211 or 9278270. OLE color: 9278270.

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

Color convert

RGB62147141-
CMYK0.5800.040.42
HSL175.76º40.67%40.98%-
HSV(B)175.76º57.82%57.65%-
XYZ17.2323.8128.89-
YUV120.9139.3485.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.71%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=17.71%
G=42%
B=40.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621471410.5800.040.42175.7640.6740.98
Hex3E938D3A042Ab02929
Octal762232157204522605151
Binary1111101001001110001101111010010010101010110000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,147,141); }

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

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

 a { background-color: rgb(62,147,141); }

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

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

 span { border-color: rgb(62,147,141); }

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