#44938D

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

Shades of Blue Chill #44938D

Tints of Blue Chill #44938D

Color information

#44938D (or 0x44938D) is unknown color: approx Blue Chill. HEX triplet: 44, 93 and 8D. RGB value is (68,147,141). Sum of RGB (Red+Green+Blue) = 68+147+141=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #44938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44938D is #BB6C72. Grayscale: #7A7A7A. Windows color (decimal): -12282995 or 9278276. OLE color: 9278276.

HSL color Cylindrical-coordinate representation of color #44938D: hue angle of 175.44º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44938D is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB68147141-
CMYK0.5400.040.42
HSL175.44º36.74%42.16%-
HSV(B)175.44º53.74%57.65%-
XYZ17.6324.0228.91-
YUV122.7138.3388.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=19.10%
G=41.29%
B=39.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681471410.5400.040.42175.4436.7442.16
Hex44938D36042Aaf252a
Octal1042232156604522574552
Binary10001001001001110001101110110010010101010101111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44938D; }

 p { color: rgb(68,147,141); }

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

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

 a { background-color: rgb(68,147,141); }

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

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

 span { border-color: rgb(68,147,141); }

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