#378587

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

Shades of Blue Chill #378587

Tints of Blue Chill #378587

Color information

#378587 (or 0x378587) is unknown color: approx Blue Chill. HEX triplet: 37, 85 and 87. RGB value is (55,133,135). Sum of RGB (Red+Green+Blue) = 55+133+135=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #378587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378587 is #C87A78. Grayscale: #6D6D6D. Windows color (decimal): -13138553 or 8881463. OLE color: 8881463.

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

Color convert

RGB55133135-
CMYK0.590.0100.47
HSL181.5º42.11%37.25%-
HSV(B)181.5º59.26%52.94%-
XYZ14.3419.3425.9-
YUV109.91142.1688.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.03%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=17.03%
G=41.18%
B=41.80%

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
Decimal551331350.590.0100.47181.542.1137.25
Hex3785873B102Fb62a25
Octal672052077310572665245
Binary11011110000101100001111110111010111110110110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378587; }

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

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

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

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

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

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

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

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