#443263

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

Shades of Jacarta #443263

Tints of Jacarta #443263

Color information

#443263 (or 0x443263) is unknown color: approx Jacarta. HEX triplet: 44, 32 and 63. RGB value is (68,50,99). Sum of RGB (Red+Green+Blue) = 68+50+99=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #443263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443263 is #BBCD9C. Grayscale: #3C3C3C. Windows color (decimal): -12307869 or 6500932. OLE color: 6500932.

HSL color Cylindrical-coordinate representation of color #443263: hue angle of 262.04º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #443263 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB685099-
CMYK0.310.4900.61
HSL262.04º32.89%29.22%-
HSV(B)262.04º49.49%38.82%-
XYZ5.784.4112.35-
YUV60.97149.46133.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=31.34%
G=23.04%
B=45.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6850990.310.4900.61262.0432.8929.22
Hex4432631F3103D106211d
Octal1046214337610754064135
Binary1000100110010110001111111110001011110110000011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443263; }

 p { color: rgb(68,50,99); }

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

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

 a { background-color: rgb(68,50,99); }

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

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

 span { border-color: rgb(68,50,99); }

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