#37928D

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

Shades of Blue Chill #37928D

Tints of Blue Chill #37928D

Color information

#37928D (or 0x37928D) is unknown color: approx Blue Chill. HEX triplet: 37, 92 and 8D. RGB value is (55,146,141). Sum of RGB (Red+Green+Blue) = 55+146+141=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #37928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37928D is #C86D72. Grayscale: #767676. Windows color (decimal): -13135219 or 9278007. OLE color: 9278007.

HSL color Cylindrical-coordinate representation of color #37928D: hue angle of 176.7º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37928D is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB55146141-
CMYK0.6200.030.43
HSL176.7º45.27%39.41%-
HSV(B)176.7º62.33%57.25%-
XYZ16.6623.2928.82-
YUV118.22140.8582.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.08%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=16.08%
G=42.69%
B=41.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551461410.6200.030.43176.745.2739.41
Hex37928D3E032Bb12d27
Octal672222157603532615547
Binary110111100100101000110111111001110101110110001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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