#44375E

Color #44375E Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #44375E

Tints of Jacarta #44375E

Color information

#44375E (or 0x44375E) is unknown color: approx Jacarta. HEX triplet: 44, 37 and 5E. RGB value is (68,55,94). Sum of RGB (Red+Green+Blue) = 68+55+94=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #44375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44375E is #BBC8A1. Grayscale: #3F3F3F. Windows color (decimal): -12306594 or 6174532. OLE color: 6174532.

HSL color Cylindrical-coordinate representation of color #44375E: hue angle of 260º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44375E is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB685594-
CMYK0.280.4100.63
HSL260º26.17%29.22%-
HSV(B)260º41.49%36.86%-
XYZ5.774.7711.21-
YUV63.33145.31131.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 94 (37.11% from 255) = 43.32%
R=31.34%
G=25.35%
B=43.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6855940.280.4100.6326026.1729.22
Hex44375E1C2903F1041a1d
Octal1046713634510774043235
Binary100010011011110111101110010100101111111000001001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44375E; }

 p { color: rgb(68,55,94); }

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

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

 a { background-color: rgb(68,55,94); }

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

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

 span { border-color: rgb(68,55,94); }

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