#3C2E5B

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

Shades of Jacarta #3C2E5B

Tints of Jacarta #3C2E5B

Color information

#3C2E5B (or 0x3C2E5B) is unknown color: approx Jacarta. HEX triplet: 3C, 2E and 5B. RGB value is (60,46,91). Sum of RGB (Red+Green+Blue) = 60+46+91=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C2E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E5B is #C3D1A4. Grayscale: #373737. Windows color (decimal): -12833189 or 5975612. OLE color: 5975612.

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

Color convert

RGB604691-
CMYK0.340.4900.64
HSL258.67º32.85%26.86%-
HSV(B)258.67º49.45%35.69%-
XYZ4.733.6710.36-
YUV55.32148.14131.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.46%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=30.46%
G=23.35%
B=46.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6046910.340.4900.64258.6732.8526.86
Hex3C2E5B2231040103211b
Octal7456133426101004034133
Binary11110010111010110111000101100010100000010000001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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