#378886

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

Shades of Blue Chill #378886

Tints of Blue Chill #378886

Color information

#378886 (or 0x378886) is unknown color: approx Blue Chill. HEX triplet: 37, 88 and 86. RGB value is (55,136,134). Sum of RGB (Red+Green+Blue) = 55+136+134=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #378886 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378886 is #C87779. Grayscale: #6F6F6F. Windows color (decimal): -13137786 or 8816695. OLE color: 8816695.

HSL color Cylindrical-coordinate representation of color #378886: hue angle of 178.52º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378886 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB55136134-
CMYK0.6000.010.47
HSL178.52º42.41%37.45%-
HSV(B)178.52º59.56%53.33%-
XYZ14.6820.1425.67-
YUV111.55140.6687.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=16.92%
G=41.85%
B=41.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551361340.6000.010.47178.5242.4137.45
Hex3788863C012Fb32a25
Octal672102067401572635245
Binary11011110001000100001101111000110111110110011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378886; }

 p { color: rgb(55,136,134); }

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

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

 a { background-color: rgb(55,136,134); }

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

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

 span { border-color: rgb(55,136,134); }

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