#379696

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

Shades of Blue Chill #379696

Tints of Blue Chill #379696

Color information

#379696 (or 0x379696) is unknown color: approx Blue Chill. HEX triplet: 37, 96 and 96. RGB value is (55,150,150). Sum of RGB (Red+Green+Blue) = 55+150+150=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #379696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379696 is #C86969. Grayscale: #797979. Windows color (decimal): -13134186 or 9868855. OLE color: 9868855.

HSL color Cylindrical-coordinate representation of color #379696: hue angle of 180º 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 #379696 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55150150-
CMYK0.63000.41
HSL180º46.34%40.2%-
HSV(B)180º63.33%58.82%-
XYZ17.9924.8332.7-
YUV121.6144.0380.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.49%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=15.49%
G=42.25%
B=42.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551501500.63000.4118046.3440.2
Hex3796963F0029b42e28
Octal672262267700512645650
Binary11011110010110100101101111110010100110110100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379696; }

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

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

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

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

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

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

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

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