#3C335B

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

Shades of Jacarta #3C335B

Tints of Jacarta #3C335B

Color information

#3C335B (or 0x3C335B) is unknown color: approx Jacarta. HEX triplet: 3C, 33 and 5B. RGB value is (60,51,91). Sum of RGB (Red+Green+Blue) = 60+51+91=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C335B is #C3CCA4. Grayscale: #3A3A3A. Windows color (decimal): -12831909 or 5976892. OLE color: 5976892.

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

Color convert

RGB605191-
CMYK0.340.4400.64
HSL253.5º28.17%27.84%-
HSV(B)253.5º43.96%35.69%-
XYZ4.944.0810.43-
YUV58.25146.48129.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=29.70%
G=25.25%
B=45.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6051910.340.4400.64253.528.1727.84
Hex3C335B222C040fe1c1c
Octal7463133425401003763434
Binary111100110011101101110001010110001000000111111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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