#3B315F

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

Shades of Jacarta #3B315F

Tints of Jacarta #3B315F

Color information

#3B315F (or 0x3B315F) is unknown color: approx Jacarta. HEX triplet: 3B, 31 and 5F. RGB value is (59,49,95). Sum of RGB (Red+Green+Blue) = 59+49+95=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B315F is #C4CEA0. Grayscale: #393939. Windows color (decimal): -12897953 or 6238523. OLE color: 6238523.

HSL color Cylindrical-coordinate representation of color #3B315F: hue angle of 253.04º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B315F is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB594995-
CMYK0.380.4800.63
HSL253.04º31.94%28.24%-
HSV(B)253.04º48.42%37.25%-
XYZ4.973.9511.33-
YUV57.23149.31129.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=29.06%
G=24.14%
B=46.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5949950.380.4800.63253.0431.9428.24
Hex3B315F263003Ffd201c
Octal736113746600773754034
Binary111011110001101111110011011000001111111111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,95); }

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

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

 a { background-color: rgb(59,49,95); }

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

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

 span { border-color: rgb(59,49,95); }

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