#3E375A

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

Shades of Jacarta #3E375A

Tints of Jacarta #3E375A

Color information

#3E375A (or 0x3E375A) is unknown color: approx Jacarta. HEX triplet: 3E, 37 and 5A. RGB value is (62,55,90). Sum of RGB (Red+Green+Blue) = 62+55+90=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E375A is #C1C8A5. Grayscale: #3C3C3C. Windows color (decimal): -12699814 or 5912382. OLE color: 5912382.

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

Color convert

RGB625590-
CMYK0.310.3900.65
HSL252º24.14%28.43%-
HSV(B)252º38.89%35.29%-
XYZ5.24.4910.27-
YUV61.08144.32128.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.95%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=29.95%
G=26.57%
B=43.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6255900.310.3900.6525224.1428.43
Hex3E375A1F27041fc181c
Octal7667132374701013743034
Binary11111011011110110101111110011101000001111111001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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