#3E918D

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

Shades of Blue Chill #3E918D

Tints of Blue Chill #3E918D

Color information

#3E918D (or 0x3E918D) is unknown color: approx Blue Chill. HEX triplet: 3E, 91 and 8D. RGB value is (62,145,141). Sum of RGB (Red+Green+Blue) = 62+145+141=348 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.82% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #3E918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E918D is #C16E72. Grayscale: #777777. Windows color (decimal): -12676723 or 9277758. OLE color: 9277758.

HSL color Cylindrical-coordinate representation of color #3E918D: hue angle of 177.11º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E918D is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB62145141-
CMYK0.5700.030.43
HSL177.11º40.1%40.59%-
HSV(B)177.11º57.24%56.86%-
XYZ16.9223.228.79-
YUV119.7314086.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.82%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=17.82%
G=41.67%
B=40.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal621451410.5700.030.43177.1140.140.59
Hex3E918D39032Bb12829
Octal762212157103532615051
Binary111110100100011000110111100101110101110110001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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