#3C2C5F

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

Shades of Jacarta #3C2C5F

Tints of Jacarta #3C2C5F

Color information

#3C2C5F (or 0x3C2C5F) is unknown color: approx Jacarta. HEX triplet: 3C, 2C and 5F. RGB value is (60,44,95). Sum of RGB (Red+Green+Blue) = 60+44+95=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C2C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2C5F is #C3D3A0. Grayscale: #363636. Windows color (decimal): -12833697 or 6237244. OLE color: 6237244.

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

Color convert

RGB604495-
CMYK0.370.5400.63
HSL258.82º36.69%27.25%-
HSV(B)258.82º53.68%37.25%-
XYZ4.833.5911.26-
YUV54.6150.8131.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.15%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=30.15%
G=22.11%
B=47.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6044950.370.5400.63258.8236.6927.25
Hex3C2C5F253603F103251b
Octal745413745660774034533
Binary1111001011001011111100101110110011111110000001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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