#3E385F

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

Shades of Jacarta #3E385F

Tints of Jacarta #3E385F

Color information

#3E385F (or 0x3E385F) is unknown color: approx Jacarta. HEX triplet: 3E, 38 and 5F. RGB value is (62,56,95). Sum of RGB (Red+Green+Blue) = 62+56+95=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E385F is #C1C7A0. Grayscale: #3E3E3E. Windows color (decimal): -12699553 or 6240318. OLE color: 6240318.

HSL color Cylindrical-coordinate representation of color #3E385F: hue angle of 249.23º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E385F is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB625695-
CMYK0.350.4100.63
HSL249.23º25.83%29.61%-
HSV(B)249.23º41.05%37.25%-
XYZ5.474.6811.44-
YUV62.24146.49127.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.11%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=29.11%
G=26.29%
B=44.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6256950.350.4100.63249.2325.8329.61
Hex3E385F232903Ff91a1e
Octal767013743510773713236
Binary11111011100010111111000111010010111111111110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E385F; }

 p { color: rgb(62,56,95); }

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

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

 a { background-color: rgb(62,56,95); }

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

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

 span { border-color: rgb(62,56,95); }

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