#379596

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

Shades of Blue Chill #379596

Tints of Blue Chill #379596

Color information

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

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

Color convert

RGB55149150-
CMYK0.630.0100.41
HSL180.63º46.34%40.2%-
HSV(B)180.63º63.33%58.82%-
XYZ17.8324.5132.65-
YUV121.01144.3680.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551491500.630.0100.41180.6346.3440.2
Hex3795963F1029b52e28
Octal672252267710512655650
Binary11011110010101100101101111111010100110110101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379596; }

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

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

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

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

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

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

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

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