#403757

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

Shades of Jacarta #403757

Tints of Jacarta #403757

Color information

#403757 (or 0x403757) is unknown color: approx Jacarta. HEX triplet: 40, 37 and 57. RGB value is (64,55,87). Sum of RGB (Red+Green+Blue) = 64+55+87=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #403757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403757 is #BFC8A8. Grayscale: #3D3D3D. Windows color (decimal): -12568745 or 5715776. OLE color: 5715776.

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

Color convert

RGB645587-
CMYK0.260.3700.66
HSL256.88º22.54%27.84%-
HSV(B)256.88º36.78%34.12%-
XYZ5.24.519.61-
YUV61.34142.48129.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=31.07%
G=26.70%
B=42.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6455870.260.3700.66256.8822.5427.84
Hex4037571A25042101171c
Octal10067127324501024012734
Binary1000000110111101011111010100101010000101000000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403757; }

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

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

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

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

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

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

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

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