#379695

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

Shades of Blue Chill #379695

Tints of Blue Chill #379695

Color information

#379695 (or 0x379695) is unknown color: approx Blue Chill. HEX triplet: 37, 96 and 95. RGB value is (55,150,149). Sum of RGB (Red+Green+Blue) = 55+150+149=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #379695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379695 is #C8696A. Grayscale: #797979. Windows color (decimal): -13134187 or 9803319. OLE color: 9803319.

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

Color convert

RGB55150149-
CMYK0.6300.010.41
HSL179.37º46.34%40.2%-
HSV(B)179.37º63.33%58.82%-
XYZ17.9124.7932.28-
YUV121.48143.5380.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.54%
GREEN value IS 150 (58.98% from 255) = 42.37%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=15.54%
G=42.37%
B=42.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551501490.6300.010.41179.3746.3440.2
Hex3796953F0129b32e28
Octal672262257701512635650
Binary11011110010110100101011111110110100110110011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379695; }

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

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

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

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

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

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

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

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