#379492

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

Shades of Blue Chill #379492

Tints of Blue Chill #379492

Color information

#379492 (or 0x379492) is unknown color: approx Blue Chill. HEX triplet: 37, 94 and 92. RGB value is (55,148,146). Sum of RGB (Red+Green+Blue) = 55+148+146=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #379492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379492 is #C86B6D. Grayscale: #777777. Windows color (decimal): -13134702 or 9606199. OLE color: 9606199.

HSL color Cylindrical-coordinate representation of color #379492: hue angle of 178.71º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379492 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB55148146-
CMYK0.6300.010.42
HSL178.71º45.81%39.8%-
HSV(B)178.71º62.84%58.04%-
XYZ17.3524.0730.92-
YUV119.96142.6981.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=15.76%
G=42.41%
B=41.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551481460.6300.010.42178.7145.8139.8
Hex3794923F012Ab32e28
Octal672242227701522635650
Binary11011110010100100100101111110110101010110011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379492; }

 p { color: rgb(55,148,146); }

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

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

 a { background-color: rgb(55,148,146); }

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

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

 span { border-color: rgb(55,148,146); }

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