#379188

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

Shades of Blue Chill #379188

Tints of Blue Chill #379188

Color information

#379188 (or 0x379188) is unknown color: approx Blue Chill. HEX triplet: 37, 91 and 88. RGB value is (55,145,136). Sum of RGB (Red+Green+Blue) = 55+145+136=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #379188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379188 is #C86E77. Grayscale: #757575. Windows color (decimal): -13135480 or 8950071. OLE color: 8950071.

HSL color Cylindrical-coordinate representation of color #379188: hue angle of 174º 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 #379188 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB55145136-
CMYK0.6200.060.43
HSL174º45%39.22%-
HSV(B)174º62.07%56.86%-
XYZ16.1422.8426.85-
YUV117.06138.6883.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.37%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=16.37%
G=43.15%
B=40.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551451360.6200.060.431744539.22
Hex3791883E062Bae2d27
Octal672212107606532565547
Binary1101111001000110001000111110011010101110101110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379188; }

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

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

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

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

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

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

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

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