#3E9295

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

Shades of Blue Chill #3E9295

Tints of Blue Chill #3E9295

Color information

#3E9295 (or 0x3E9295) is unknown color: approx Blue Chill. HEX triplet: 3E, 92 and 95. RGB value is (62,146,149). Sum of RGB (Red+Green+Blue) = 62+146+149=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E9295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9295 is #C16D6A. Grayscale: #797979. Windows color (decimal): -12676459 or 9802302. OLE color: 9802302.

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

Color convert

RGB62146149-
CMYK0.580.0200.42
HSL182.07º41.23%41.37%-
HSV(B)182.07º58.39%58.43%-
XYZ17.6923.7532.09-
YUV121.23143.6785.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.37%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=17.37%
G=40.90%
B=41.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621461490.580.0200.42182.0741.2341.37
Hex3E92953A202Ab62929
Octal762222257220522665151
Binary111110100100101001010111101010010101010110110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,146,149); }

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

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

 a { background-color: rgb(62,146,149); }

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

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

 span { border-color: rgb(62,146,149); }

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