#443C5D

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

Shades of Jacarta #443C5D

Tints of Jacarta #443C5D

Color information

#443C5D (or 0x443C5D) is unknown color: approx Jacarta. HEX triplet: 44, 3C and 5D. RGB value is (68,60,93). Sum of RGB (Red+Green+Blue) = 68+60+93=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #443C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C5D is #BBC3A2. Grayscale: #424242. Windows color (decimal): -12305315 or 6110276. OLE color: 6110276.

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

Color convert

RGB686093-
CMYK0.270.3500.64
HSL254.55º21.57%30%-
HSV(B)254.55º35.48%36.47%-
XYZ5.985.2511.05-
YUV66.15143.15129.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=30.77%
G=27.15%
B=42.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6860930.270.3500.64254.5521.5730
Hex443C5D1B23040ff161e
Octal10474135334301003772636
Binary100010011110010111011101110001101000000111111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,60,93); }

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

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

 a { background-color: rgb(68,60,93); }

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

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

 span { border-color: rgb(68,60,93); }

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