#3C325F

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

Shades of Jacarta #3C325F

Tints of Jacarta #3C325F

Color information

#3C325F (or 0x3C325F) is unknown color: approx Jacarta. HEX triplet: 3C, 32 and 5F. RGB value is (60,50,95). Sum of RGB (Red+Green+Blue) = 60+50+95=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C325F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C325F is #C3CDA0. Grayscale: #393939. Windows color (decimal): -12832161 or 6238780. OLE color: 6238780.

HSL color Cylindrical-coordinate representation of color #3C325F: hue angle of 253.33º 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 #3C325F is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB605095-
CMYK0.370.4700.63
HSL253.33º31.03%28.43%-
HSV(B)253.33º47.37%37.25%-
XYZ5.074.0711.34-
YUV58.12148.81129.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=29.27%
G=24.39%
B=46.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6050950.370.4700.63253.3331.0328.43
Hex3C325F252F03Ffd1f1c
Octal746213745570773753734
Binary11110011001010111111001011011110111111111111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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