#403655

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

Shades of Jacarta #403655

Tints of Jacarta #403655

Color information

#403655 (or 0x403655) is unknown color: approx Jacarta. HEX triplet: 40, 36 and 55. RGB value is (64,54,85). Sum of RGB (Red+Green+Blue) = 64+54+85=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #403655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403655 is #BFC9AA. Grayscale: #3C3C3C. Windows color (decimal): -12569003 or 5584448. OLE color: 5584448.

HSL color Cylindrical-coordinate representation of color #403655: hue angle of 259.35º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #403655 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB645485-
CMYK0.250.3600.67
HSL259.35º22.3%27.25%-
HSV(B)259.35º36.47%33.33%-
XYZ5.074.389.17-
YUV60.52141.81130.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=31.53%
G=26.60%
B=41.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6454850.250.3600.67259.3522.327.25
Hex4036551924043103161b
Octal10066125314401034032633
Binary1000000110110101010111001100100010000111000000111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403655; }

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

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

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

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

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

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

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

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