#40395D

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

Shades of Jacarta #40395D

Tints of Jacarta #40395D

Color information

#40395D (or 0x40395D) is unknown color: approx Jacarta. HEX triplet: 40, 39 and 5D. RGB value is (64,57,93). Sum of RGB (Red+Green+Blue) = 64+57+93=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #40395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40395D is #BFC6A2. Grayscale: #3F3F3F. Windows color (decimal): -12568227 or 6109504. OLE color: 6109504.

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

Color convert

RGB645793-
CMYK0.310.3900.64
HSL251.67º24%29.41%-
HSV(B)251.67º38.71%36.47%-
XYZ5.554.8110.99-
YUV63.2144.82128.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=29.91%
G=26.64%
B=43.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6457930.310.3900.64251.672429.41
Hex40395D1F27040fc181d
Octal10071135374701003743035
Binary100000011100110111011111110011101000000111111001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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