#40355D

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

Shades of Jacarta #40355D

Tints of Jacarta #40355D

Color information

#40355D (or 0x40355D) is unknown color: approx Jacarta. HEX triplet: 40, 35 and 5D. RGB value is (64,53,93). Sum of RGB (Red+Green+Blue) = 64+53+93=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #40355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40355D is #BFCAA2. Grayscale: #3C3C3C. Windows color (decimal): -12569251 or 6108480. OLE color: 6108480.

HSL color Cylindrical-coordinate representation of color #40355D: hue angle of 256.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40355D is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB645393-
CMYK0.310.4300.64
HSL256.5º27.4%28.63%-
HSV(B)256.5º43.01%36.47%-
XYZ5.364.4310.93-
YUV60.85146.14130.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=30.48%
G=25.24%
B=44.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6453930.310.4300.64256.527.428.63
Hex40355D1F2B0401001b1d
Octal10065135375301004003335
Binary1000000110101101110111111101011010000001000000001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40355D; }

 p { color: rgb(64,53,93); }

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

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

 a { background-color: rgb(64,53,93); }

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

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

 span { border-color: rgb(64,53,93); }

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