#3A3161

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

Shades of Jacarta #3A3161

Tints of Jacarta #3A3161

Color information

#3A3161 (or 0x3A3161) is unknown color: approx Jacarta. HEX triplet: 3A, 31 and 61. RGB value is (58,49,97). Sum of RGB (Red+Green+Blue) = 58+49+97=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A3161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3161 is #C5CE9E. Grayscale: #383838. Windows color (decimal): -12963487 or 6369594. OLE color: 6369594.

HSL color Cylindrical-coordinate representation of color #3A3161: hue angle of 251.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A3161 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB584997-
CMYK0.400.4900.62
HSL251.25º32.88%28.63%-
HSV(B)251.25º49.48%38.04%-
XYZ53.9611.81-
YUV57.16150.48128.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.43%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=28.43%
G=24.02%
B=47.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5849970.400.4900.62251.2532.8828.63
Hex3A3161283103Efb211d
Octal726114150610763734135
Binary111010110001110000110100011000101111101111101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,49,97); }

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

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

 a { background-color: rgb(58,49,97); }

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

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

 span { border-color: rgb(58,49,97); }

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