#44335A

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

Shades of Jacarta #44335A

Tints of Jacarta #44335A

Color information

#44335A (or 0x44335A) is unknown color: approx Jacarta. HEX triplet: 44, 33 and 5A. RGB value is (68,51,90). Sum of RGB (Red+Green+Blue) = 68+51+90=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #44335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44335A is #BBCCA5. Grayscale: #3C3C3C. Windows color (decimal): -12307622 or 5911364. OLE color: 5911364.

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

Color convert

RGB685190-
CMYK0.240.4300.65
HSL266.15º27.66%27.65%-
HSV(B)266.15º43.33%35.29%-
XYZ5.414.3310.22-
YUV60.53144.63133.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=32.54%
G=24.40%
B=43.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6851900.240.4300.65266.1527.6627.65
Hex44335A182B04110a1c1c
Octal10463132305301014123434
Binary1000100110011101101011000101011010000011000010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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