#443D5C

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

Shades of Jacarta #443D5C

Tints of Jacarta #443D5C

Color information

#443D5C (or 0x443D5C) is unknown color: approx Jacarta. HEX triplet: 44, 3D and 5C. RGB value is (68,61,92). Sum of RGB (Red+Green+Blue) = 68+61+92=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #443D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443D5C is #BBC2A3. Grayscale: #424242. Windows color (decimal): -12305060 or 6044996. OLE color: 6044996.

HSL color Cylindrical-coordinate representation of color #443D5C: hue angle of 253.55º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #443D5C is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB686192-
CMYK0.260.3400.64
HSL253.55º20.26%30%-
HSV(B)253.55º33.7%36.08%-
XYZ5.985.3410.84-
YUV66.63142.32128.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=30.77%
G=27.60%
B=41.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6861920.260.3400.64253.5520.2630
Hex443D5C1A22040fe141e
Octal10475134324201003762436
Binary100010011110110111001101010001001000000111111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443D5C; }

 p { color: rgb(68,61,92); }

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

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

 a { background-color: rgb(68,61,92); }

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

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

 span { border-color: rgb(68,61,92); }

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