#37948C

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

Shades of Blue Chill #37948C

Tints of Blue Chill #37948C

Color information

#37948C (or 0x37948C) is unknown color: approx Blue Chill. HEX triplet: 37, 94 and 8C. RGB value is (55,148,140). Sum of RGB (Red+Green+Blue) = 55+148+140=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #37948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37948C is #C86B73. Grayscale: #777777. Windows color (decimal): -13134708 or 9212983. OLE color: 9212983.

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

Color convert

RGB55148140-
CMYK0.6300.050.42
HSL174.84º45.81%39.8%-
HSV(B)174.84º62.84%58.04%-
XYZ16.923.8928.53-
YUV119.28139.6982.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.03%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=16.03%
G=43.15%
B=40.82%

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
Decimal551481400.6300.050.42174.8445.8139.8
Hex37948C3F052Aaf2e28
Octal672242147705522575650
Binary1101111001010010001100111111010110101010101111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37948C; }

 p { color: rgb(55,148,140); }

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

<style>
 a { background-color: #37948C; }

 a { background-color: rgb(55,148,140); }

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

<style>
 span { border-color: #37948C; }

 span { border-color: rgb(55,148,140); }

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