Html Css Color HEX #3E938C Blue Chill

📋 copy color: '#3E938C'

red 62 ◦ green 147 ◦ blue 140

#3E938C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #3E938C

Tints of Blue Chill #3E938C

RGB

 RED value IS 62 (24.61% from 255) = 17.77%

 GREEN value IS 147 (57.81% from 255) = 42.12%

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 17.77%
G = 42.12%
B = 40.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#3E938C (or 0x3E938C) is known color: Blue Chill. HEX triplet: 3E, 93 and 8C. RGB value is (62,147,140). Sum of RGB (Red+Green+Blue) = 62+147+140=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #3E938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E938C is #C16C73. Grayscale: #787878. Windows color (decimal): -12676212 or 9212734. OLE color: 9212734.

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

Color convert

RGB 62 147 140 -
CMYK 0.58 0 0.05 0.42
HSL 175.06º 0.41% 0.41% -
HSV(B) 175.06º 0.58% 0.58% -
XYZ 17.15 23.79 28.5 -
YUV 120.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 62 147 140 0.58 0 0.05 0.42 175.06 0.41 0.41
Hex 3E 93 8C 3A 0 5 2A AF 29 29
Octal 76 223 214 72 0 5 52 257 51 51
Binary 111110 10010011 10001100 111010 0 101 101010 10101111 101001 101001

Color Harmonies of #3E938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E938C

Black with #3E938C

Text Example


Text Example

White with #3E938C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E938C;
 }
 .AnyTagClassName
 {
   color: #3E938C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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