#443760

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

Shades of Jacarta #443760

Tints of Jacarta #443760

Color information

#443760 (or 0x443760) is unknown color: approx Jacarta. HEX triplet: 44, 37 and 60. RGB value is (68,55,96). Sum of RGB (Red+Green+Blue) = 68+55+96=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #443760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443760 is #BBC89F. Grayscale: #3F3F3F. Windows color (decimal): -12306592 or 6305604. OLE color: 6305604.

HSL color Cylindrical-coordinate representation of color #443760: hue angle of 259.02º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #443760 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB685596-
CMYK0.290.4300.62
HSL259.02º27.15%29.61%-
HSV(B)259.02º42.71%37.65%-
XYZ5.864.8111.69-
YUV63.56146.31131.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=31.05%
G=25.11%
B=43.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6855960.290.4300.62259.0227.1529.61
Hex4437601D2B03E1031b1e
Octal1046714035530764033336
Binary100010011011111000001110110101101111101000000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443760; }

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

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

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

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

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

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

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

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