#379891

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

Shades of Blue Chill #379891

Tints of Blue Chill #379891

Color information

#379891 (or 0x379891) is unknown color: approx Blue Chill. HEX triplet: 37, 98 and 91. RGB value is (55,152,145). Sum of RGB (Red+Green+Blue) = 55+152+145=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #379891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379891 is #C8676E. Grayscale: #7A7A7A. Windows color (decimal): -13133679 or 9541687. OLE color: 9541687.

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

Color convert

RGB55152145-
CMYK0.6400.050.40
HSL175.67º46.86%40.59%-
HSV(B)175.67º63.82%59.61%-
XYZ17.9125.3130.73-
YUV122.2140.8680.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.62%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 145 (57.03% from 255) = 41.19%
R=15.62%
G=43.18%
B=41.19%

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
Decimal551521450.6400.050.40175.6746.8640.59
Hex379891400528b02f29
Octal6723022110005502605751
Binary11011110011000100100011000000010110100010110000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379891; }

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

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

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

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

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

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

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

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