#44395A

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

Shades of Jacarta #44395A

Tints of Jacarta #44395A

Color information

#44395A (or 0x44395A) is unknown color: approx Jacarta. HEX triplet: 44, 39 and 5A. RGB value is (68,57,90). Sum of RGB (Red+Green+Blue) = 68+57+90=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #44395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44395A is #BBC6A5. Grayscale: #3F3F3F. Windows color (decimal): -12306086 or 5912900. OLE color: 5912900.

HSL color Cylindrical-coordinate representation of color #44395A: hue angle of 260º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44395A is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB685790-
CMYK0.240.3700.65
HSL260º22.45%28.82%-
HSV(B)260º36.67%35.29%-
XYZ5.694.8910.32-
YUV64.05142.64130.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=31.63%
G=26.51%
B=41.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6857900.240.3700.6526022.4528.82
Hex44395A1825041104161d
Octal10471132304501014042635
Binary1000100111001101101011000100101010000011000001001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44395A; }

 p { color: rgb(68,57,90); }

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

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

 a { background-color: rgb(68,57,90); }

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

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

 span { border-color: rgb(68,57,90); }

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