#378584

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

Shades of Blue Chill #378584

Tints of Blue Chill #378584

Color information

#378584 (or 0x378584) is unknown color: approx Blue Chill. HEX triplet: 37, 85 and 84. RGB value is (55,133,132). Sum of RGB (Red+Green+Blue) = 55+133+132=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #378584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378584 is #C87A7B. Grayscale: #6D6D6D. Windows color (decimal): -13138556 or 8684855. OLE color: 8684855.

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

Color convert

RGB55133132-
CMYK0.5900.010.48
HSL179.23º41.49%36.86%-
HSV(B)179.23º58.65%52.16%-
XYZ14.1319.2524.8-
YUV109.56140.6689.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=17.19%
G=41.56%
B=41.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551331320.5900.010.48179.2341.4936.86
Hex3785843B0130b32925
Octal672052047301602635145
Binary11011110000101100001001110110111000010110011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378584; }

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

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

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

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

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

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

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

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