#443960

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

Shades of Jacarta #443960

Tints of Jacarta #443960

Color information

#443960 (or 0x443960) is unknown color: approx Jacarta. HEX triplet: 44, 39 and 60. RGB value is (68,57,96). Sum of RGB (Red+Green+Blue) = 68+57+96=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #443960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443960 is #BBC69F. Grayscale: #404040. Windows color (decimal): -12306080 or 6306116. OLE color: 6306116.

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

Color convert

RGB685796-
CMYK0.290.4100.62
HSL256.92º25.49%30%-
HSV(B)256.92º40.62%37.65%-
XYZ5.96511.72-
YUV64.74145.64130.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=30.77%
G=25.79%
B=43.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6857960.290.4100.62256.9225.4930
Hex4439601D2903E101191e
Octal1047114035510764013136
Binary100010011100111000001110110100101111101000000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443960; }

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

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

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

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

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

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

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

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