#443B5C

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

Shades of Jacarta #443B5C

Tints of Jacarta #443B5C

Color information

#443B5C (or 0x443B5C) is unknown color: approx Jacarta. HEX triplet: 44, 3B and 5C. RGB value is (68,59,92). Sum of RGB (Red+Green+Blue) = 68+59+92=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #443B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443B5C is #BBC4A3. Grayscale: #414141. Windows color (decimal): -12305572 or 6044484. OLE color: 6044484.

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

Color convert

RGB685992-
CMYK0.260.3600.64
HSL256.36º21.85%29.61%-
HSV(B)256.36º35.87%36.08%-
XYZ5.885.1310.81-
YUV65.45142.98129.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 59 (23.44% from 255) = 26.94%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=31.05%
G=26.94%
B=42.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6859920.260.3600.64256.3621.8529.61
Hex443B5C1A24040100161e
Octal10473134324401004002636
Binary1000100111011101110011010100100010000001000000001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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