#378D87

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

Shades of Blue Chill #378D87

Tints of Blue Chill #378D87

Color information

#378D87 (or 0x378D87) is unknown color: approx Blue Chill. HEX triplet: 37, 8D and 87. RGB value is (55,141,135). Sum of RGB (Red+Green+Blue) = 55+141+135=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #378D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D87 is #C87278. Grayscale: #727272. Windows color (decimal): -13136505 or 8883511. OLE color: 8883511.

HSL color Cylindrical-coordinate representation of color #378D87: hue angle of 175.81º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D87 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB55141135-
CMYK0.6100.040.45
HSL175.81º43.88%38.43%-
HSV(B)175.81º60.99%55.29%-
XYZ15.4721.6126.28-
YUV114.6139.5185.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 141 (55.47% from 255) = 42.60%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=16.62%
G=42.60%
B=40.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551411350.6100.040.45175.8143.8838.43
Hex378D873D042Db02c26
Octal672152077504552605446
Binary1101111000110110000111111101010010110110110000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378D87; }

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

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

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

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

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

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

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

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