#3C305C

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

Shades of Jacarta #3C305C

Tints of Jacarta #3C305C

Color information

#3C305C (or 0x3C305C) is unknown color: approx Jacarta. HEX triplet: 3C, 30 and 5C. RGB value is (60,48,92). Sum of RGB (Red+Green+Blue) = 60+48+92=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C305C is #C3CFA3. Grayscale: #383838. Windows color (decimal): -12832676 or 6041660. OLE color: 6041660.

HSL color Cylindrical-coordinate representation of color #3C305C: hue angle of 256.36º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C305C is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB604892-
CMYK0.350.4800.64
HSL256.36º31.43%27.45%-
HSV(B)256.36º47.83%36.08%-
XYZ4.853.8510.61-
YUV56.6147.98130.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 92 (36.33% from 255) = 46%
R=30%
G=24%
B=46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6048920.350.4800.64256.3631.4327.45
Hex3C305C23300401001f1b
Octal7460134436001004003733
Binary1111001100001011100100011110000010000001000000001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,92); }

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

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

 a { background-color: rgb(60,48,92); }

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

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

 span { border-color: rgb(60,48,92); }

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