#379592

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

Shades of Blue Chill #379592

Tints of Blue Chill #379592

Color information

#379592 (or 0x379592) is unknown color: approx Blue Chill. HEX triplet: 37, 95 and 92. RGB value is (55,149,146). Sum of RGB (Red+Green+Blue) = 55+149+146=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #379592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379592 is #C86A6D. Grayscale: #787878. Windows color (decimal): -13134446 or 9606455. OLE color: 9606455.

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

Color convert

RGB55149146-
CMYK0.6300.020.42
HSL178.09º46.08%40%-
HSV(B)178.09º63.09%58.43%-
XYZ17.5124.3830.98-
YUV120.55142.3681.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.71%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=15.71%
G=42.57%
B=41.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551491460.6300.020.42178.0946.0840
Hex3795923F022Ab22e28
Octal672252227702522625650
Binary110111100101011001001011111101010101010110010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379592; }

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

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

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

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

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

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

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

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