#3C325E

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

Shades of Jacarta #3C325E

Tints of Jacarta #3C325E

Color information

#3C325E (or 0x3C325E) is unknown color: approx Jacarta. HEX triplet: 3C, 32 and 5E. RGB value is (60,50,94). Sum of RGB (Red+Green+Blue) = 60+50+94=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C325E is #C3CDA1. Grayscale: #393939. Windows color (decimal): -12832162 or 6173244. OLE color: 6173244.

HSL color Cylindrical-coordinate representation of color #3C325E: hue angle of 253.64º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C325E is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB605094-
CMYK0.360.4700.63
HSL253.64º30.56%28.24%-
HSV(B)253.64º46.81%36.86%-
XYZ5.024.0511.11-
YUV58.01148.31129.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.41%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 94 (37.11% from 255) = 46.08%
R=29.41%
G=24.51%
B=46.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6050940.360.4700.63253.6430.5628.24
Hex3C325E242F03Ffe1f1c
Octal746213644570773763734
Binary11110011001010111101001001011110111111111111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,94); }

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

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

 a { background-color: rgb(60,50,94); }

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

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

 span { border-color: rgb(60,50,94); }

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