#378A84

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

Shades of Blue Chill #378A84

Tints of Blue Chill #378A84

Color information

#378A84 (or 0x378A84) is unknown color: approx Blue Chill. HEX triplet: 37, 8A and 84. RGB value is (55,138,132). Sum of RGB (Red+Green+Blue) = 55+138+132=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 138 - color contains mainly: green. Hex color #378A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378A84 is #C8757B. Grayscale: #707070. Windows color (decimal): -13137276 or 8686135. OLE color: 8686135.

HSL color Cylindrical-coordinate representation of color #378A84: hue angle of 175.66º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378A84 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB55138132-
CMYK0.6000.040.46
HSL175.66º43.01%37.84%-
HSV(B)175.66º60.14%54.12%-
XYZ14.8320.6625.04-
YUV112.513986.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=16.92%
G=42.46%
B=40.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551381320.6000.040.46175.6643.0137.84
Hex378A843C042Eb02b26
Octal672122047404562605346
Binary1101111000101010000100111100010010111010110000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,138,132); }

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

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

 a { background-color: rgb(55,138,132); }

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

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

 span { border-color: rgb(55,138,132); }

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