#3E3156

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

Shades of Jacarta #3E3156

Tints of Jacarta #3E3156

Color information

#3E3156 (or 0x3E3156) is unknown color: approx Jacarta. HEX triplet: 3E, 31 and 56. RGB value is (62,49,86). Sum of RGB (Red+Green+Blue) = 62+49+86=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E3156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3156 is #C1CEA9. Grayscale: #383838. Windows color (decimal): -12701354 or 5648702. OLE color: 5648702.

HSL color Cylindrical-coordinate representation of color #3E3156: hue angle of 261.08º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E3156 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB624986-
CMYK0.280.4300.66
HSL261.08º27.41%26.47%-
HSV(B)261.08º43.02%33.73%-
XYZ4.763.899.3-
YUV57.1144.31131.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.47%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=31.47%
G=24.87%
B=43.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6249860.280.4300.66261.0827.4126.47
Hex3E31561C2B0421051b1a
Octal7661126345301024053332
Binary111110110001101011011100101011010000101000001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,86); }

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

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

 a { background-color: rgb(62,49,86); }

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

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

 span { border-color: rgb(62,49,86); }

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