#379796

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

Shades of Blue Chill #379796

Tints of Blue Chill #379796

Color information

#379796 (or 0x379796) is unknown color: approx Blue Chill. HEX triplet: 37, 97 and 96. RGB value is (55,151,150). Sum of RGB (Red+Green+Blue) = 55+151+150=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #379796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379796 is #C86869. Grayscale: #7A7A7A. Windows color (decimal): -13133930 or 9869111. OLE color: 9869111.

HSL color Cylindrical-coordinate representation of color #379796: hue angle of 179.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379796 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB55151150-
CMYK0.6400.010.41
HSL179.38º46.6%40.39%-
HSV(B)179.38º63.58%59.22%-
XYZ18.1525.1532.75-
YUV122.18143.780.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.45%
GREEN value IS 151 (59.38% from 255) = 42.42%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=15.45%
G=42.42%
B=42.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551511500.6400.010.41179.3846.640.39
Hex379796400129b32f28
Octal6722722610001512635750
Binary110111100101111001011010000000110100110110011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379796; }

 p { color: rgb(55,151,150); }

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

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

 a { background-color: rgb(55,151,150); }

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

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

 span { border-color: rgb(55,151,150); }

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