#44365C

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

Shades of Jacarta #44365C

Tints of Jacarta #44365C

Color information

#44365C (or 0x44365C) is unknown color: approx Jacarta. HEX triplet: 44, 36 and 5C. RGB value is (68,54,92). Sum of RGB (Red+Green+Blue) = 68+54+92=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #44365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44365C is #BBC9A3. Grayscale: #3E3E3E. Windows color (decimal): -12306852 or 6043204. OLE color: 6043204.

HSL color Cylindrical-coordinate representation of color #44365C: hue angle of 262.11º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44365C is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB685492-
CMYK0.260.4100.64
HSL262.11º26.03%28.63%-
HSV(B)262.11º41.3%36.08%-
XYZ5.634.6410.72-
YUV62.52144.64131.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=31.78%
G=25.23%
B=42.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6854920.260.4100.64262.1126.0328.63
Hex44365C1A290401061a1d
Octal10466134325101004063235
Binary1000100110110101110011010101001010000001000001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44365C; }

 p { color: rgb(68,54,92); }

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

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

 a { background-color: rgb(68,54,92); }

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

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

 span { border-color: rgb(68,54,92); }

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