#403756

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

Shades of Jacarta #403756

Tints of Jacarta #403756

Color information

#403756 (or 0x403756) is unknown color: approx Jacarta. HEX triplet: 40, 37 and 56. RGB value is (64,55,86). Sum of RGB (Red+Green+Blue) = 64+55+86=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #403756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403756 is #BFC8A9. Grayscale: #3D3D3D. Windows color (decimal): -12568746 or 5650240. OLE color: 5650240.

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

Color convert

RGB645586-
CMYK0.260.3600.66
HSL257.42º21.99%27.65%-
HSV(B)257.42º36.05%33.73%-
XYZ5.164.499.4-
YUV61.22141.98129.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=31.22%
G=26.83%
B=41.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6455860.260.3600.66257.4221.9927.65
Hex4037561A24042101161c
Octal10067126324401024012634
Binary1000000110111101011011010100100010000101000000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403756; }

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

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

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

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

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

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

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

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