#378E85

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

Shades of Blue Chill #378E85

Tints of Blue Chill #378E85

Color information

#378E85 (or 0x378E85) is unknown color: approx Blue Chill. HEX triplet: 37, 8E and 85. RGB value is (55,142,133). Sum of RGB (Red+Green+Blue) = 55+142+133=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #378E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378E85 is #C8717A. Grayscale: #727272. Windows color (decimal): -13136251 or 8752695. OLE color: 8752695.

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

Color convert

RGB55142133-
CMYK0.6100.060.44
HSL173.79º44.16%38.63%-
HSV(B)173.79º61.27%55.69%-
XYZ15.4821.8525.59-
YUV114.96138.1885.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.67%
GREEN value IS 142 (55.86% from 255) = 43.03%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=16.67%
G=43.03%
B=40.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551421330.6100.060.44173.7944.1638.63
Hex378E853D062Cae2c27
Octal672162057506542565447
Binary1101111000111010000101111101011010110010101110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,142,133); }

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

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

 a { background-color: rgb(55,142,133); }

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

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

 span { border-color: rgb(55,142,133); }

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