#443D5A

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

Shades of Jacarta #443D5A

Tints of Jacarta #443D5A

Color information

#443D5A (or 0x443D5A) is unknown color: approx Jacarta. HEX triplet: 44, 3D and 5A. RGB value is (68,61,90). Sum of RGB (Red+Green+Blue) = 68+61+90=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #443D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443D5A is #BBC2A5. Grayscale: #424242. Windows color (decimal): -12305062 or 5913924. OLE color: 5913924.

HSL color Cylindrical-coordinate representation of color #443D5A: hue angle of 254.48º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #443D5A is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB686190-
CMYK0.240.3200.65
HSL254.48º19.21%29.61%-
HSV(B)254.48º32.22%35.29%-
XYZ5.95.310.39-
YUV66.4141.32129.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=31.05%
G=27.85%
B=41.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6861900.240.3200.65254.4819.2129.61
Hex443D5A1820041fe131e
Octal10475132304001013762336
Binary100010011110110110101100010000001000001111111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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