#37958D

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

Shades of Blue Chill #37958D

Tints of Blue Chill #37958D

Color information

#37958D (or 0x37958D) is unknown color: approx Blue Chill. HEX triplet: 37, 95 and 8D. RGB value is (55,149,141). Sum of RGB (Red+Green+Blue) = 55+149+141=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #37958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37958D is #C86A72. Grayscale: #777777. Windows color (decimal): -13134451 or 9278775. OLE color: 9278775.

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

Color convert

RGB55149141-
CMYK0.6300.050.42
HSL174.89º46.08%40%-
HSV(B)174.89º63.09%58.43%-
XYZ17.1324.2328.97-
YUV119.98139.8681.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.94%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=15.94%
G=43.19%
B=40.87%

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
Decimal551491410.6300.050.42174.8946.0840
Hex37958D3F052Aaf2e28
Octal672252157705522575650
Binary1101111001010110001101111111010110101010101111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37958D; }

 p { color: rgb(55,149,141); }

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

<style>
 a { background-color: #37958D; }

 a { background-color: rgb(55,149,141); }

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

<style>
 span { border-color: #37958D; }

 span { border-color: rgb(55,149,141); }

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