#443360

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

Shades of Jacarta #443360

Tints of Jacarta #443360

Color information

#443360 (or 0x443360) is unknown color: approx Jacarta. HEX triplet: 44, 33 and 60. RGB value is (68,51,96). Sum of RGB (Red+Green+Blue) = 68+51+96=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #443360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443360 is #BBCC9F. Grayscale: #3D3D3D. Windows color (decimal): -12307616 or 6304580. OLE color: 6304580.

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

Color convert

RGB685196-
CMYK0.290.4700.62
HSL262.67º30.61%28.82%-
HSV(B)262.67º46.88%37.65%-
XYZ5.684.4411.62-
YUV61.21147.63132.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=31.63%
G=23.72%
B=44.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6851960.290.4700.62262.6730.6128.82
Hex4433601D2F03E1071f1d
Octal1046314035570764073735
Binary100010011001111000001110110111101111101000001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443360; }

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

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

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

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

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

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

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

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