#379795

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

Shades of Blue Chill #379795

Tints of Blue Chill #379795

Color information

#379795 (or 0x379795) is unknown color: approx Blue Chill. HEX triplet: 37, 97 and 95. RGB value is (55,151,149). Sum of RGB (Red+Green+Blue) = 55+151+149=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #379795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379795 is #C8686A. Grayscale: #797979. Windows color (decimal): -13133931 or 9803575. OLE color: 9803575.

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

Color convert

RGB55151149-
CMYK0.6400.010.41
HSL178.75º46.6%40.39%-
HSV(B)178.75º63.58%59.22%-
XYZ18.0725.1232.33-
YUV122.07143.280.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.49%
GREEN value IS 151 (59.38% from 255) = 42.54%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=15.49%
G=42.54%
B=41.97%

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
Decimal551511490.6400.010.41178.7546.640.39
Hex379795400129b32f28
Octal6722722510001512635750
Binary110111100101111001010110000000110100110110011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379795; }

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

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

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

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

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

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

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

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