#3B335B

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

Shades of Jacarta #3B335B

Tints of Jacarta #3B335B

Color information

#3B335B (or 0x3B335B) is unknown color: approx Jacarta. HEX triplet: 3B, 33 and 5B. RGB value is (59,51,91). Sum of RGB (Red+Green+Blue) = 59+51+91=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B335B is #C4CCA4. Grayscale: #393939. Windows color (decimal): -12897445 or 5976891. OLE color: 5976891.

HSL color Cylindrical-coordinate representation of color #3B335B: hue angle of 252º 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 #3B335B is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB595191-
CMYK0.350.4400.64
HSL252º28.17%27.84%-
HSV(B)252º43.96%35.69%-
XYZ4.884.0510.42-
YUV57.95146.65128.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.35%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=29.35%
G=25.37%
B=45.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5951910.350.4400.6425228.1727.84
Hex3B335B232C040fc1c1c
Octal7363133435401003743434
Binary111011110011101101110001110110001000000111111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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