#379890

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

Shades of Blue Chill #379890

Tints of Blue Chill #379890

Color information

#379890 (or 0x379890) is unknown color: approx Blue Chill. HEX triplet: 37, 98 and 90. RGB value is (55,152,144). Sum of RGB (Red+Green+Blue) = 55+152+144=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #379890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379890 is #C8676F. Grayscale: #7A7A7A. Windows color (decimal): -13133680 or 9476151. OLE color: 9476151.

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

Color convert

RGB55152144-
CMYK0.6400.050.40
HSL175.05º46.86%40.59%-
HSV(B)175.05º63.82%59.61%-
XYZ17.8425.2830.33-
YUV122.08140.3680.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.67%
GREEN value IS 152 (59.77% from 255) = 43.30%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=15.67%
G=43.30%
B=41.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551521440.6400.050.40175.0546.8640.59
Hex379890400528af2f29
Octal6723022010005502575751
Binary11011110011000100100001000000010110100010101111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379890; }

 p { color: rgb(55,152,144); }

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

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

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

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

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

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

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