#379091

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

Shades of Blue Chill #379091

Tints of Blue Chill #379091

Color information

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

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

Color convert

RGB55144145-
CMYK0.620.0100.43
HSL180.67º45%39.22%-
HSV(B)180.67º62.07%56.86%-
XYZ16.6622.830.31-
YUV117.5143.5183.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551441450.620.0100.43180.674539.22
Hex3790913E102Bb52d27
Octal672202217610532655547
Binary11011110010000100100011111101010101110110101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379091; }

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

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

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

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

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

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

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

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