Html Css Color HEX #3B325E Jacarta

📋 copy color: '#3B325E'

red 59 ◦ green 50 ◦ blue 94

#3B325E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #3B325E

Tints of Jacarta #3B325E

RGB

 RED value IS 59 (23.44% from 255) = 29.06%

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 29.06%
G = 24.63%
B = 46.31%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3B325E (or 0x3B325E) is known color: Jacarta. HEX triplet: 3B, 32 and 5E. RGB value is (59,50,94). Sum of RGB (Red+Green+Blue) = 59+50+94=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B325E is #C4CDA1. Grayscale: #393939. Windows color (decimal): -12897698 or 6173243. OLE color: 6173243.

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

Color convert

RGB 59 50 94 -
CMYK 0.37 0.47 0 0.63
HSL 252.27º 0.31% 0.28% -
HSV(B) 252.27º 0.47% 0.37% -
XYZ 4.96 4.02 11.1 -
YUV 57.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 59 50 94 0.37 0.47 0 0.63 252.27 0.31 0.28
Hex 3B 32 5E 25 2F 0 3F FC 1F 1C
Octal 73 62 136 45 57 0 77 374 37 34
Binary 111011 110010 1011110 100101 101111 0 111111 11111100 11111 11100

Color Harmonies of #3B325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B325E

Black with #3B325E

Text Example


Text Example

White with #3B325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B325E;
 }
 .AnyTagClassName
 {
   color: #3B325E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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