#378586

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

Shades of Blue Chill #378586

Tints of Blue Chill #378586

Color information

#378586 (or 0x378586) is unknown color: approx Blue Chill. HEX triplet: 37, 85 and 86. RGB value is (55,133,134). Sum of RGB (Red+Green+Blue) = 55+133+134=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #378586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378586 is #C87A79. Grayscale: #6D6D6D. Windows color (decimal): -13138554 or 8815927. OLE color: 8815927.

HSL color Cylindrical-coordinate representation of color #378586: hue angle of 180.76º 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 #378586 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55133134-
CMYK0.590.0100.47
HSL180.76º41.8%37.06%-
HSV(B)180.76º58.96%52.55%-
XYZ14.2719.3125.53-
YUV109.79141.6688.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 134 (52.73% from 255) = 41.61%
R=17.08%
G=41.30%
B=41.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551331340.590.0100.47180.7641.837.06
Hex3785863B102Fb52a25
Octal672052067310572655245
Binary11011110000101100001101110111010111110110101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378586; }

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

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

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

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

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

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

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

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