#403656

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

Shades of Jacarta #403656

Tints of Jacarta #403656

Color information

#403656 (or 0x403656) is unknown color: approx Jacarta. HEX triplet: 40, 36 and 56. RGB value is (64,54,86). Sum of RGB (Red+Green+Blue) = 64+54+86=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #403656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403656 is #BFC9A9. Grayscale: #3C3C3C. Windows color (decimal): -12569002 or 5649984. OLE color: 5649984.

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

Color convert

RGB645486-
CMYK0.260.3700.66
HSL258.75º22.86%27.45%-
HSV(B)258.75º37.21%33.73%-
XYZ5.114.49.38-
YUV60.64142.31130.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=31.37%
G=26.47%
B=42.16%

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
Decimal6454860.260.3700.66258.7522.8627.45
Hex4036561A25042103171b
Octal10066126324501024032733
Binary1000000110110101011011010100101010000101000000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403656; }

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

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

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

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

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

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

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

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