#403658

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

Shades of Jacarta #403658

Tints of Jacarta #403658

Color information

#403658 (or 0x403658) is unknown color: approx Jacarta. HEX triplet: 40, 36 and 58. RGB value is (64,54,88). Sum of RGB (Red+Green+Blue) = 64+54+88=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #403658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403658 is #BFC9A7. Grayscale: #3C3C3C. Windows color (decimal): -12569000 or 5781056. OLE color: 5781056.

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

Color convert

RGB645488-
CMYK0.270.3900.65
HSL257.65º23.94%27.84%-
HSV(B)257.65º38.64%34.51%-
XYZ5.194.439.81-
YUV60.87143.31130.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=31.07%
G=26.21%
B=42.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6454880.270.3900.65257.6523.9427.84
Hex4036581B27041102181c
Octal10066130334701014023034
Binary1000000110110101100011011100111010000011000000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403658; }

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

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

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

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

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

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

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

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