#3B3259

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

Shades of Jacarta #3B3259

Tints of Jacarta #3B3259

Color information

#3B3259 (or 0x3B3259) is unknown color: approx Jacarta. HEX triplet: 3B, 32 and 59. RGB value is (59,50,89). Sum of RGB (Red+Green+Blue) = 59+50+89=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B3259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3259 is #C4CDA6. Grayscale: #383838. Windows color (decimal): -12897703 or 5845563. OLE color: 5845563.

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

Color convert

RGB595089-
CMYK0.340.4400.65
HSL253.85º28.06%27.25%-
HSV(B)253.85º43.82%34.9%-
XYZ4.753.939.96-
YUV57.14145.98129.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.80%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=29.80%
G=25.25%
B=44.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5950890.340.4400.65253.8528.0627.25
Hex3B3259222C041fe1c1b
Octal7362131425401013763433
Binary111011110010101100110001010110001000001111111101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,50,89); }

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

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

 a { background-color: rgb(59,50,89); }

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

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

 span { border-color: rgb(59,50,89); }

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