#379991

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

Shades of Blue Chill #379991

Tints of Blue Chill #379991

Color information

#379991 (or 0x379991) is unknown color: approx Blue Chill. HEX triplet: 37, 99 and 91. RGB value is (55,153,145). Sum of RGB (Red+Green+Blue) = 55+153+145=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #379991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379991 is #C8666E. Grayscale: #7A7A7A. Windows color (decimal): -13133423 or 9541943. OLE color: 9541943.

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

Color convert

RGB55153145-
CMYK0.6400.050.4
HSL175.1º47.12%40.78%-
HSV(B)175.1º64.05%60%-
XYZ18.0825.6430.78-
YUV122.79140.5379.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.58%
GREEN value IS 153 (60.16% from 255) = 43.34%
BLUE value IS 145 (57.03% from 255) = 41.08%
R=15.58%
G=43.34%
B=41.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551531450.6400.050.4175.147.1240.78
Hex379991400528af2f29
Octal6723122110005502575751
Binary11011110011001100100011000000010110100010101111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379991; }

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

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

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

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

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

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

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

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