#37938B

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

Shades of Blue Chill #37938B

Tints of Blue Chill #37938B

Color information

#37938B (or 0x37938B) is unknown color: approx Blue Chill. HEX triplet: 37, 93 and 8B. RGB value is (55,147,139). Sum of RGB (Red+Green+Blue) = 55+147+139=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #37938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37938B is #C86C74. Grayscale: #767676. Windows color (decimal): -13134965 or 9147191. OLE color: 9147191.

HSL color Cylindrical-coordinate representation of color #37938B: hue angle of 174.78º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37938B is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB55147139-
CMYK0.6300.050.42
HSL174.78º45.54%39.61%-
HSV(B)174.78º62.59%57.65%-
XYZ16.6723.5428.09-
YUV118.58139.5282.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.13%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=16.13%
G=43.11%
B=40.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551471390.6300.050.42174.7845.5439.61
Hex37938B3F052Aaf2e28
Octal672232137705522575650
Binary1101111001001110001011111111010110101010101111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37938B; }

 p { color: rgb(55,147,139); }

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

<style>
 a { background-color: #37938B; }

 a { background-color: rgb(55,147,139); }

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

<style>
 span { border-color: #37938B; }

 span { border-color: rgb(55,147,139); }

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