#3C3959

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

Shades of Jacarta #3C3959

Tints of Jacarta #3C3959

Color information

#3C3959 (or 0x3C3959) is unknown color: approx Jacarta. HEX triplet: 3C, 39 and 59. RGB value is (60,57,89). Sum of RGB (Red+Green+Blue) = 60+57+89=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C3959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3959 is #C3C6A6. Grayscale: #3D3D3D. Windows color (decimal): -12830375 or 5847356. OLE color: 5847356.

HSL color Cylindrical-coordinate representation of color #3C3959: hue angle of 245.62º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3C3959 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB605789-
CMYK0.330.3600.65
HSL245.62º21.92%28.63%-
HSV(B)245.62º35.96%34.9%-
XYZ5.134.6110.07-
YUV61.54143.49126.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=29.13%
G=27.67%
B=43.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6057890.330.3600.65245.6221.9228.63
Hex3C39592124041f6161d
Octal7471131414401013662635
Binary111100111001101100110000110010001000001111101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,57,89); }

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

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

 a { background-color: rgb(60,57,89); }

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

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

 span { border-color: rgb(60,57,89); }

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