#3B3555

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

Shades of Jacarta #3B3555

Tints of Jacarta #3B3555

Color information

#3B3555 (or 0x3B3555) is unknown color: approx Jacarta. HEX triplet: 3B, 35 and 55. RGB value is (59,53,85). Sum of RGB (Red+Green+Blue) = 59+53+85=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B3555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3555 is #C4CAAA. Grayscale: #3A3A3A. Windows color (decimal): -12896939 or 5584187. OLE color: 5584187.

HSL color Cylindrical-coordinate representation of color #3B3555: hue angle of 251.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3B3555 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB595385-
CMYK0.310.3800.67
HSL251.25º23.19%27.06%-
HSV(B)251.25º37.65%33.33%-
XYZ4.724.139.14-
YUV58.44142.99128.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=29.95%
G=26.90%
B=43.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5953850.310.3800.67251.2523.1927.06
Hex3B35551F26043fb171b
Octal7365125374601033732733
Binary11101111010110101011111110011001000011111110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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