#3E355F

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

Shades of Jacarta #3E355F

Tints of Jacarta #3E355F

Color information

#3E355F (or 0x3E355F) is unknown color: approx Jacarta. HEX triplet: 3E, 35 and 5F. RGB value is (62,53,95). Sum of RGB (Red+Green+Blue) = 62+53+95=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E355F is #C1CAA0. Grayscale: #3C3C3C. Windows color (decimal): -12700321 or 6239550. OLE color: 6239550.

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

Color convert

RGB625395-
CMYK0.350.4400.63
HSL252.86º28.38%29.02%-
HSV(B)252.86º44.21%37.25%-
XYZ5.334.411.39-
YUV60.48147.48129.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.52%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=29.52%
G=25.24%
B=45.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6253950.350.4400.63252.8628.3829.02
Hex3E355F232C03Ffd1c1d
Octal766513743540773753435
Binary11111011010110111111000111011000111111111111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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