#379187

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

Shades of Blue Chill #379187

Tints of Blue Chill #379187

Color information

#379187 (or 0x379187) is unknown color: approx Blue Chill. HEX triplet: 37, 91 and 87. RGB value is (55,145,135). Sum of RGB (Red+Green+Blue) = 55+145+135=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #379187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379187 is #C86E78. Grayscale: #747474. Windows color (decimal): -13135481 or 8884535. OLE color: 8884535.

HSL color Cylindrical-coordinate representation of color #379187: hue angle of 173.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379187 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB55145135-
CMYK0.6200.070.43
HSL173.33º45%39.22%-
HSV(B)173.33º62.07%56.86%-
XYZ16.0722.8126.48-
YUV116.95138.1883.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=16.42%
G=43.28%
B=40.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551451350.6200.070.43173.334539.22
Hex3791873E072Bad2d27
Octal672212077607532555547
Binary1101111001000110000111111110011110101110101101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379187; }

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

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

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

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

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

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

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

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