#3E3457

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

Shades of Jacarta #3E3457

Tints of Jacarta #3E3457

Color information

#3E3457 (or 0x3E3457) is unknown color: approx Jacarta. HEX triplet: 3E, 34 and 57. RGB value is (62,52,87). Sum of RGB (Red+Green+Blue) = 62+52+87=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E3457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3457 is #C1CBA8. Grayscale: #3A3A3A. Windows color (decimal): -12700585 or 5715006. OLE color: 5715006.

HSL color Cylindrical-coordinate representation of color #3E3457: hue angle of 257.14º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E3457 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB625287-
CMYK0.290.4000.66
HSL257.14º25.18%27.25%-
HSV(B)257.14º40.23%34.12%-
XYZ4.934.179.56-
YUV58.98143.81130.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.85%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=30.85%
G=25.87%
B=43.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6252870.290.4000.66257.1425.1827.25
Hex3E34571D28042101191b
Octal7664127355001024013133
Binary111110110100101011111101101000010000101000000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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