#378D8F

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

Shades of Blue Chill #378D8F

Tints of Blue Chill #378D8F

Color information

#378D8F (or 0x378D8F) is unknown color: approx Blue Chill. HEX triplet: 37, 8D and 8F. RGB value is (55,141,143). Sum of RGB (Red+Green+Blue) = 55+141+143=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #378D8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D8F is #C87270. Grayscale: #737373. Windows color (decimal): -13136497 or 9407799. OLE color: 9407799.

HSL color Cylindrical-coordinate representation of color #378D8F: hue angle of 181.36º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378D8F is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55141143-
CMYK0.620.0100.44
HSL181.36º44.44%38.82%-
HSV(B)181.36º61.54%56.08%-
XYZ16.0621.8529.36-
YUV115.51143.5184.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 141 (55.47% from 255) = 41.59%
BLUE value IS 143 (56.25% from 255) = 42.18%
R=16.22%
G=41.59%
B=42.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551411430.620.0100.44181.3644.4438.82
Hex378D8F3E102Cb52c27
Octal672152177610542655447
Binary11011110001101100011111111101010110010110101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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