#3A3259

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

Shades of Jacarta #3A3259

Tints of Jacarta #3A3259

Color information

#3A3259 (or 0x3A3259) is unknown color: approx Jacarta. HEX triplet: 3A, 32 and 59. RGB value is (58,50,89). Sum of RGB (Red+Green+Blue) = 58+50+89=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A3259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3259 is #C5CDA6. Grayscale: #383838. Windows color (decimal): -12963239 or 5845562. OLE color: 5845562.

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

Color convert

RGB585089-
CMYK0.350.4400.65
HSL252.31º28.06%27.25%-
HSV(B)252.31º43.82%34.9%-
XYZ4.693.99.96-
YUV56.84146.15128.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=29.44%
G=25.38%
B=45.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5850890.350.4400.65252.3128.0627.25
Hex3A3259232C041fc1c1b
Octal7262131435401013743433
Binary111010110010101100110001110110001000001111111001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,89); }

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

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

 a { background-color: rgb(58,50,89); }

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

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

 span { border-color: rgb(58,50,89); }

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