#3E2E58

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

Shades of Jacarta #3E2E58

Tints of Jacarta #3E2E58

Color information

#3E2E58 (or 0x3E2E58) is unknown color: approx Jacarta. HEX triplet: 3E, 2E and 58. RGB value is (62,46,88). Sum of RGB (Red+Green+Blue) = 62+46+88=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E2E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2E58 is #C1D1A7. Grayscale: #373737. Windows color (decimal): -12702120 or 5779006. OLE color: 5779006.

HSL color Cylindrical-coordinate representation of color #3E2E58: hue angle of 262.86º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2E58 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB624688-
CMYK0.300.4800.65
HSL262.86º31.34%26.27%-
HSV(B)262.86º47.73%34.51%-
XYZ4.733.689.69-
YUV55.57146.3132.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.63%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=31.63%
G=23.47%
B=44.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6246880.300.4800.65262.8631.3426.27
Hex3E2E581E300411071f1a
Octal7656130366001014073732
Binary111110101110101100011110110000010000011000001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,46,88); }

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

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

 a { background-color: rgb(62,46,88); }

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

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

 span { border-color: rgb(62,46,88); }

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