#378684

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

Shades of Blue Chill #378684

Tints of Blue Chill #378684

Color information

#378684 (or 0x378684) is unknown color: approx Blue Chill. HEX triplet: 37, 86 and 84. RGB value is (55,134,132). Sum of RGB (Red+Green+Blue) = 55+134+132=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #378684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378684 is #C8797B. Grayscale: #6E6E6E. Windows color (decimal): -13138300 or 8685111. OLE color: 8685111.

HSL color Cylindrical-coordinate representation of color #378684: hue angle of 178.48º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378684 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB55134132-
CMYK0.5900.010.47
HSL178.48º41.8%37.06%-
HSV(B)178.48º58.96%52.55%-
XYZ14.2719.5324.85-
YUV110.15140.3388.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=17.13%
G=41.74%
B=41.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551341320.5900.010.47178.4841.837.06
Hex3786843B012Fb22a25
Octal672062047301572625245
Binary11011110000110100001001110110110111110110010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378684; }

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

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

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

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

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

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

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

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