#403557

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

Shades of Jacarta #403557

Tints of Jacarta #403557

Color information

#403557 (or 0x403557) is unknown color: approx Jacarta. HEX triplet: 40, 35 and 57. RGB value is (64,53,87). Sum of RGB (Red+Green+Blue) = 64+53+87=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #403557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403557 is #BFCAA8. Grayscale: #3C3C3C. Windows color (decimal): -12569257 or 5715264. OLE color: 5715264.

HSL color Cylindrical-coordinate representation of color #403557: hue angle of 259.41º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403557 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB645387-
CMYK0.260.3900.66
HSL259.41º24.29%27.45%-
HSV(B)259.41º39.08%34.12%-
XYZ5.114.329.58-
YUV60.16143.14130.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=31.37%
G=25.98%
B=42.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6453870.260.3900.66259.4124.2927.45
Hex4035571A27042103181b
Octal10065127324701024033033
Binary1000000110101101011111010100111010000101000000111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403557; }

 p { color: rgb(64,53,87); }

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

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

 a { background-color: rgb(64,53,87); }

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

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

 span { border-color: rgb(64,53,87); }

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