#379190

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

Shades of Blue Chill #379190

Tints of Blue Chill #379190

Color information

#379190 (or 0x379190) is unknown color: approx Blue Chill. HEX triplet: 37, 91 and 90. RGB value is (55,145,144). Sum of RGB (Red+Green+Blue) = 55+145+144=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #379190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379190 is #C86E6F. Grayscale: #757575. Windows color (decimal): -13135472 or 9474359. OLE color: 9474359.

HSL color Cylindrical-coordinate representation of color #379190: hue angle of 179.33º 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 #379190 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB55145144-
CMYK0.6200.010.43
HSL179.33º45%39.22%-
HSV(B)179.33º62.07%56.86%-
XYZ16.7323.0829.96-
YUV117.98142.6883.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.99%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=15.99%
G=42.15%
B=41.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551451440.6200.010.43179.334539.22
Hex3791903E012Bb32d27
Octal672212207601532635547
Binary11011110010001100100001111100110101110110011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379190; }

 p { color: rgb(55,145,144); }

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

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

 a { background-color: rgb(55,145,144); }

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

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

 span { border-color: rgb(55,145,144); }

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