Html Css Color HEX #3E948B Blue Chill

📋 copy color: '#3E948B'

red 62 ◦ green 148 ◦ blue 139

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

Shades of Blue Chill #3E948B

Tints of Blue Chill #3E948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 17.77%
G = 42.41%
B = 39.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#3E948B (or 0x3E948B) is known color: Blue Chill. HEX triplet: 3E, 94 and 8B. RGB value is (62,148,139). Sum of RGB (Red+Green+Blue) = 62+148+139=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #3E948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E948B is #C16B74. Grayscale: #797979. Windows color (decimal): -12675957 or 9147454. OLE color: 9147454.

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

Color convert

RGB 62 148 139 -
CMYK 0.58 0 0.06 0.42
HSL 173.72º 0.41% 0.41% -
HSV(B) 173.72º 0.58% 0.58% -
XYZ 17.24 24.07 28.16 -
YUV 121.26 138.01 85.73 -
System Red Green Blue C M Y K H S L
Decimal 62 148 139 0.58 0 0.06 0.42 173.72 0.41 0.41
Hex 3E 94 8B 3A 0 6 2A AE 29 29
Octal 76 224 213 72 0 6 52 256 51 51
Binary 111110 10010100 10001011 111010 0 110 101010 10101110 101001 101001

Color Harmonies of #3E948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E948B

Black with #3E948B

Text Example


Text Example

White with #3E948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,148,139); }

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

background-color css

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

 a { background-color: rgb(62,148,139); }

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

border-color css

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

 span { border-color: rgb(62,148,139); }

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