#3C375D

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

Shades of Jacarta #3C375D

Tints of Jacarta #3C375D

Color information

#3C375D (or 0x3C375D) is unknown color: approx Jacarta. HEX triplet: 3C, 37 and 5D. RGB value is (60,55,93). Sum of RGB (Red+Green+Blue) = 60+55+93=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C375D is #C3C8A2. Grayscale: #3C3C3C. Windows color (decimal): -12830883 or 6108988. OLE color: 6108988.

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

Color convert

RGB605593-
CMYK0.350.4100.64
HSL247.89º25.68%29.02%-
HSV(B)247.89º40.86%36.47%-
XYZ5.214.4810.95-
YUV60.83146.16127.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=28.85%
G=26.44%
B=44.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6055930.350.4100.64247.8925.6829.02
Hex3C375D2329040f81a1d
Octal7467135435101003703235
Binary111100110111101110110001110100101000000111110001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,55,93); }

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

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

 a { background-color: rgb(60,55,93); }

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

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

 span { border-color: rgb(60,55,93); }

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