#3E8A8D

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

Shades of Blue Chill #3E8A8D

Tints of Blue Chill #3E8A8D

Color information

#3E8A8D (or 0x3E8A8D) is unknown color: approx Blue Chill. HEX triplet: 3E, 8A and 8D. RGB value is (62,138,141). Sum of RGB (Red+Green+Blue) = 62+138+141=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E8A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8A8D is #C17572. Grayscale: #737373. Windows color (decimal): -12678515 or 9275966. OLE color: 9275966.

HSL color Cylindrical-coordinate representation of color #3E8A8D: hue angle of 182.28º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8A8D is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB62138141-
CMYK0.560.0200.45
HSL182.28º38.92%39.8%-
HSV(B)182.28º56.03%55.29%-
XYZ15.8821.1228.44-
YUV115.62142.3289.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.18%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=18.18%
G=40.47%
B=41.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621381410.560.0200.45182.2838.9239.8
Hex3E8A8D38202Db62728
Octal762122157020552664750
Binary111110100010101000110111100010010110110110110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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