#44A095

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

Shades of Blue Chill #44A095

Tints of Blue Chill #44A095

Color information

#44A095 (or 0x44A095) is unknown color: approx Blue Chill. HEX triplet: 44, A0 and 95. RGB value is (68,160,149). Sum of RGB (Red+Green+Blue) = 68+160+149=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #44A095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A095 is #BB5F6A. Grayscale: #838383. Windows color (decimal): -12279659 or 9805892. OLE color: 9805892.

HSL color Cylindrical-coordinate representation of color #44A095: hue angle of 172.83º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44A095 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB68160149-
CMYK0.5700.070.37
HSL172.83º40.35%44.71%-
HSV(B)172.83º57.5%62.75%-
XYZ20.3828.5432.87-
YUV131.24138.0282.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 149 (58.59% from 255) = 39.52%
R=18.04%
G=42.44%
B=39.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681601490.5700.070.37172.8340.3544.71
Hex44A095390725ad282d
Octal1042402257107452555055
Binary10001001010000010010101111001011110010110101101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A095; }

 p { color: rgb(68,160,149); }

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

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

 a { background-color: rgb(68,160,149); }

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

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

 span { border-color: rgb(68,160,149); }

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