#44335B

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

Shades of Jacarta #44335B

Tints of Jacarta #44335B

Color information

#44335B (or 0x44335B) is unknown color: approx Jacarta. HEX triplet: 44, 33 and 5B. RGB value is (68,51,91). Sum of RGB (Red+Green+Blue) = 68+51+91=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #44335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44335B is #BBCCA4. Grayscale: #3C3C3C. Windows color (decimal): -12307621 or 5976900. OLE color: 5976900.

HSL color Cylindrical-coordinate representation of color #44335B: hue angle of 265.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44335B is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB685191-
CMYK0.250.4400.64
HSL265.5º28.17%27.84%-
HSV(B)265.5º43.96%35.69%-
XYZ5.464.3510.45-
YUV60.64145.13133.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=32.38%
G=24.29%
B=43.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6851910.250.4400.64265.528.1727.84
Hex44335B192C04010a1c1c
Octal10463133315401004123434
Binary1000100110011101101111001101100010000001000010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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