#379A96

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

Shades of Blue Chill #379A96

Tints of Blue Chill #379A96

Color information

#379A96 (or 0x379A96) is unknown color: approx Blue Chill. HEX triplet: 37, 9A and 96. RGB value is (55,154,150). Sum of RGB (Red+Green+Blue) = 55+154+150=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #379A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379A96 is #C86569. Grayscale: #7B7B7B. Windows color (decimal): -13133162 or 9869879. OLE color: 9869879.

HSL color Cylindrical-coordinate representation of color #379A96: hue angle of 177.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A96 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB55154150-
CMYK0.6400.030.40
HSL177.58º47.37%40.98%-
HSV(B)177.58º64.29%60.39%-
XYZ18.6426.1332.91-
YUV123.94142.778.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.32%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=15.32%
G=42.90%
B=41.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551541500.6400.030.40177.5847.3740.98
Hex379A96400328b22f29
Octal6723222610003502625751
Binary1101111001101010010110100000001110100010110010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379A96; }

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

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

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

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

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

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

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

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