#443060

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

Shades of Jacarta #443060

Tints of Jacarta #443060

Color information

#443060 (or 0x443060) is unknown color: approx Jacarta. HEX triplet: 44, 30 and 60. RGB value is (68,48,96). Sum of RGB (Red+Green+Blue) = 68+48+96=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #443060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443060 is #BBCF9F. Grayscale: #3B3B3B. Windows color (decimal): -12308384 or 6303812. OLE color: 6303812.

HSL color Cylindrical-coordinate representation of color #443060: hue angle of 265º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #443060 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB684896-
CMYK0.290.5000.62
HSL265º33.33%28.24%-
HSV(B)265º50%37.65%-
XYZ5.554.1911.58-
YUV59.45148.63134.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=32.08%
G=22.64%
B=45.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6848960.290.5000.6226533.3328.24
Hex4430601D3203E109211c
Octal1046014035620764114134
Binary1000100110000110000011101110010011111010000100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443060; }

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

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

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

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

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

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

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

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