#3E305A

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

Shades of Jacarta #3E305A

Tints of Jacarta #3E305A

Color information

#3E305A (or 0x3E305A) is unknown color: approx Jacarta. HEX triplet: 3E, 30 and 5A. RGB value is (62,48,90). Sum of RGB (Red+Green+Blue) = 62+48+90=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E305A is #C1CFA5. Grayscale: #383838. Windows color (decimal): -12701606 or 5910590. OLE color: 5910590.

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

Color convert

RGB624890-
CMYK0.310.4700.65
HSL260º30.43%27.06%-
HSV(B)260º46.67%35.29%-
XYZ4.893.8810.16-
YUV56.97146.64131.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 90 (35.55% from 255) = 45%
R=31%
G=24%
B=45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6248900.310.4700.6526030.4327.06
Hex3E305A1F2F0411041e1b
Octal7660132375701014043633
Binary111110110000101101011111101111010000011000001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,48,90); }

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

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

 a { background-color: rgb(62,48,90); }

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

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

 span { border-color: rgb(62,48,90); }

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