#3C325B

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

Shades of Jacarta #3C325B

Tints of Jacarta #3C325B

Color information

#3C325B (or 0x3C325B) is unknown color: approx Jacarta. HEX triplet: 3C, 32 and 5B. RGB value is (60,50,91). Sum of RGB (Red+Green+Blue) = 60+50+91=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C325B is #C3CDA4. Grayscale: #393939. Windows color (decimal): -12832165 or 5976636. OLE color: 5976636.

HSL color Cylindrical-coordinate representation of color #3C325B: hue angle of 254.63º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C325B is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB605091-
CMYK0.340.4500.64
HSL254.63º29.08%27.65%-
HSV(B)254.63º45.05%35.69%-
XYZ4.89410.41-
YUV57.66146.81129.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.85%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=29.85%
G=24.88%
B=45.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6050910.340.4500.64254.6329.0827.65
Hex3C325B222D040ff1d1c
Octal7462133425501003773534
Binary111100110010101101110001010110101000000111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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