#379290

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

Shades of Blue Chill #379290

Tints of Blue Chill #379290

Color information

#379290 (or 0x379290) is unknown color: approx Blue Chill. HEX triplet: 37, 92 and 90. RGB value is (55,146,144). Sum of RGB (Red+Green+Blue) = 55+146+144=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #379290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379290 is #C86D6F. Grayscale: #767676. Windows color (decimal): -13135216 or 9474615. OLE color: 9474615.

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

Color convert

RGB55146144-
CMYK0.6200.010.43
HSL178.68º45.27%39.41%-
HSV(B)178.68º62.33%57.25%-
XYZ16.8923.3830.01-
YUV118.56142.3582.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.94%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=15.94%
G=42.32%
B=41.74%

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
Decimal551461440.6200.010.43178.6845.2739.41
Hex3792903E012Bb32d27
Octal672222207601532635547
Binary11011110010010100100001111100110101110110011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379290; }

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

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

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

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

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

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

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

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