#378887

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

Shades of Blue Chill #378887

Tints of Blue Chill #378887

Color information

#378887 (or 0x378887) is unknown color: approx Blue Chill. HEX triplet: 37, 88 and 87. RGB value is (55,136,135). Sum of RGB (Red+Green+Blue) = 55+136+135=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #378887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378887 is #C87778. Grayscale: #6F6F6F. Windows color (decimal): -13137785 or 8882231. OLE color: 8882231.

HSL color Cylindrical-coordinate representation of color #378887: hue angle of 179.26º 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 #378887 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB55136135-
CMYK0.6000.010.47
HSL179.26º42.41%37.45%-
HSV(B)179.26º59.56%53.33%-
XYZ14.7520.1726.04-
YUV111.67141.1687.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.87%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=16.87%
G=41.72%
B=41.41%

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
Decimal551361350.6000.010.47179.2642.4137.45
Hex3788873C012Fb32a25
Octal672102077401572635245
Binary11011110001000100001111111000110111110110011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378887; }

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

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

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

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

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

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

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

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