#3E3955

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

Shades of Jacarta #3E3955

Tints of Jacarta #3E3955

Color information

#3E3955 (or 0x3E3955) is unknown color: approx Jacarta. HEX triplet: 3E, 39 and 55. RGB value is (62,57,85). Sum of RGB (Red+Green+Blue) = 62+57+85=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E3955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3955 is #C1C6AA. Grayscale: #3D3D3D. Windows color (decimal): -12699307 or 5585214. OLE color: 5585214.

HSL color Cylindrical-coordinate representation of color #3E3955: hue angle of 250.71º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E3955 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB625785-
CMYK0.270.3300.67
HSL250.71º19.72%27.84%-
HSV(B)250.71º32.94%33.33%-
XYZ5.094.619.22-
YUV61.69141.16128.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.39%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=30.39%
G=27.94%
B=41.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6257850.270.3300.67250.7119.7227.84
Hex3E39551B21043fb141c
Octal7671125334101033732434
Binary11111011100110101011101110000101000011111110111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,57,85); }

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

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

 a { background-color: rgb(62,57,85); }

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

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

 span { border-color: rgb(62,57,85); }

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