#378786

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

Shades of Blue Chill #378786

Tints of Blue Chill #378786

Color information

#378786 (or 0x378786) is unknown color: approx Blue Chill. HEX triplet: 37, 87 and 86. RGB value is (55,135,134). Sum of RGB (Red+Green+Blue) = 55+135+134=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #378786 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378786 is #C87879. Grayscale: #6E6E6E. Windows color (decimal): -13138042 or 8816439. OLE color: 8816439.

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

Color convert

RGB55135134-
CMYK0.5900.010.47
HSL179.25º42.11%37.25%-
HSV(B)179.25º59.26%52.94%-
XYZ14.5419.8625.62-
YUV110.9714188.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.98%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=16.98%
G=41.67%
B=41.36%

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
Decimal551351340.5900.010.47179.2542.1137.25
Hex3787863B012Fb32a25
Octal672072067301572635245
Binary11011110000111100001101110110110111110110011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378786; }

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

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

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

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

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

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

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

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