#3E345B

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

Shades of Jacarta #3E345B

Tints of Jacarta #3E345B

Color information

#3E345B (or 0x3E345B) is unknown color: approx Jacarta. HEX triplet: 3E, 34 and 5B. RGB value is (62,52,91). Sum of RGB (Red+Green+Blue) = 62+52+91=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E345B is #C1CBA4. Grayscale: #3B3B3B. Windows color (decimal): -12700581 or 5977150. OLE color: 5977150.

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

Color convert

RGB625291-
CMYK0.320.4300.64
HSL255.38º27.27%28.04%-
HSV(B)255.38º42.86%35.69%-
XYZ5.14.2410.45-
YUV59.44145.81129.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.24%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=30.24%
G=25.37%
B=44.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6252910.320.4300.64255.3827.2728.04
Hex3E345B202B040ff1b1c
Octal7664133405301003773334
Binary111110110100101101110000010101101000000111111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,52,91); }

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

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

 a { background-color: rgb(62,52,91); }

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

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

 span { border-color: rgb(62,52,91); }

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