#379995

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

Shades of Blue Chill #379995

Tints of Blue Chill #379995

Color information

#379995 (or 0x379995) is unknown color: approx Blue Chill. HEX triplet: 37, 99 and 95. RGB value is (55,153,149). Sum of RGB (Red+Green+Blue) = 55+153+149=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #379995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379995 is #C8666A. Grayscale: #7B7B7B. Windows color (decimal): -13133419 or 9804087. OLE color: 9804087.

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

Color convert

RGB55153149-
CMYK0.6400.030.4
HSL177.55º47.12%40.78%-
HSV(B)177.55º64.05%60%-
XYZ18.3925.7632.44-
YUV123.24142.5379.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.41%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=15.41%
G=42.86%
B=41.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551531490.6400.030.4177.5547.1240.78
Hex379995400328b22f29
Octal6723122510003502625751
Binary1101111001100110010101100000001110100010110010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379995; }

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

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

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

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

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

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

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

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