#3B335D

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

Shades of Jacarta #3B335D

Tints of Jacarta #3B335D

Color information

#3B335D (or 0x3B335D) is unknown color: approx Jacarta. HEX triplet: 3B, 33 and 5D. RGB value is (59,51,93). Sum of RGB (Red+Green+Blue) = 59+51+93=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B335D is #C4CCA2. Grayscale: #3A3A3A. Windows color (decimal): -12897443 or 6107963. OLE color: 6107963.

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

Color convert

RGB595193-
CMYK0.370.4500.64
HSL251.43º29.17%28.24%-
HSV(B)251.43º45.16%36.47%-
XYZ4.964.0910.88-
YUV58.18147.65128.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=29.06%
G=25.12%
B=45.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5951930.370.4500.64251.4329.1728.24
Hex3B335D252D040fb1d1c
Octal7363135455501003733534
Binary111011110011101110110010110110101000000111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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