#40395E

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

Shades of Jacarta #40395E

Tints of Jacarta #40395E

Color information

#40395E (or 0x40395E) is unknown color: approx Jacarta. HEX triplet: 40, 39 and 5E. RGB value is (64,57,94). Sum of RGB (Red+Green+Blue) = 64+57+94=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #40395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40395E is #BFC6A1. Grayscale: #3F3F3F. Windows color (decimal): -12568226 or 6175040. OLE color: 6175040.

HSL color Cylindrical-coordinate representation of color #40395E: hue angle of 251.35º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40395E is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB645794-
CMYK0.320.3900.63
HSL251.35º24.5%29.61%-
HSV(B)251.35º39.36%36.86%-
XYZ5.64.8211.23-
YUV63.31145.32128.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=29.77%
G=26.51%
B=43.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6457940.320.3900.63251.3524.529.61
Hex40395E202703Ffb191e
Octal1007113640470773733136
Binary100000011100110111101000001001110111111111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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