#443860

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

Shades of Jacarta #443860

Tints of Jacarta #443860

Color information

#443860 (or 0x443860) is unknown color: approx Jacarta. HEX triplet: 44, 38 and 60. RGB value is (68,56,96). Sum of RGB (Red+Green+Blue) = 68+56+96=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #443860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443860 is #BBC79F. Grayscale: #404040. Windows color (decimal): -12306336 or 6305860. OLE color: 6305860.

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

Color convert

RGB685696-
CMYK0.290.4200.62
HSL258º26.32%29.8%-
HSV(B)258º41.67%37.65%-
XYZ5.914.911.7-
YUV64.15145.98130.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=30.91%
G=25.45%
B=43.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6856960.290.4200.6225826.3229.8
Hex4438601D2A03E1021a1e
Octal1047014035520764023236
Binary100010011100011000001110110101001111101000000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443860; }

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

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

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

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

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

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

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

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