#3B355B

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

Shades of Jacarta #3B355B

Tints of Jacarta #3B355B

Color information

#3B355B (or 0x3B355B) is unknown color: approx Jacarta. HEX triplet: 3B, 35 and 5B. RGB value is (59,53,91). Sum of RGB (Red+Green+Blue) = 59+53+91=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B355B is #C4CAA4. Grayscale: #3A3A3A. Windows color (decimal): -12896933 or 5977403. OLE color: 5977403.

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

Color convert

RGB595391-
CMYK0.350.4200.64
HSL249.47º26.39%28.24%-
HSV(B)249.47º41.76%35.69%-
XYZ4.974.2310.45-
YUV59.13145.99127.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=29.06%
G=26.11%
B=44.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5953910.350.4200.64249.4726.3928.24
Hex3B355B232A040f91a1c
Octal7365133435201003713234
Binary111011110101101101110001110101001000000111110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,53,91); }

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

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

 a { background-color: rgb(59,53,91); }

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

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

 span { border-color: rgb(59,53,91); }

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