#3C2E60

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

Shades of Jacarta #3C2E60

Tints of Jacarta #3C2E60

Color information

#3C2E60 (or 0x3C2E60) is unknown color: approx Jacarta. HEX triplet: 3C, 2E and 60. RGB value is (60,46,96). Sum of RGB (Red+Green+Blue) = 60+46+96=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C2E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E60 is #C3D19F. Grayscale: #373737. Windows color (decimal): -12833184 or 6303292. OLE color: 6303292.

HSL color Cylindrical-coordinate representation of color #3C2E60: hue angle of 256.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C2E60 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB604696-
CMYK0.380.5200.62
HSL256.8º35.21%27.84%-
HSV(B)256.8º52.08%37.65%-
XYZ4.953.7611.53-
YUV55.89150.64130.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 46 (18.36% from 255) = 22.77%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=29.70%
G=22.77%
B=47.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6046960.380.5200.62256.835.2127.84
Hex3C2E60263403E101231c
Octal745614046640764014334
Binary1111001011101100000100110110100011111010000000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,46,96); }

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

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

 a { background-color: rgb(60,46,96); }

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

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

 span { border-color: rgb(60,46,96); }

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