Html Css Color HEX #3B355B Jacarta

📋 copy color: '#3B355B'

red 59 ◦ green 53 ◦ blue 91

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

Shades of Jacarta #3B355B

Tints of Jacarta #3B355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.11%

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 29.06%
G = 26.11%
B = 44.83%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3B355B (or 0x3B355B) is known color: Jacarta. HEX triplet: 3B, 35 and 5B. RGB value is (59,53,91). Sum of RGB (Red+Green+Blue) = 59+53+91=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B355B is #C4CAA4. Grayscale: #3A3A3A. Windows color (decimal): -12896933 or 5977403. OLE color: 5977403.

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

Color convert

RGB 59 53 91 -
CMYK 0.35 0.42 0 0.64
HSL 249.47º 0.26% 0.28% -
HSV(B) 249.47º 0.42% 0.36% -
XYZ 4.97 4.23 10.45 -
YUV 59.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 59 53 91 0.35 0.42 0 0.64 249.47 0.26 0.28
Hex 3B 35 5B 23 2A 0 40 F9 1A 1C
Octal 73 65 133 43 52 0 100 371 32 34
Binary 111011 110101 1011011 100011 101010 0 1000000 11111001 11010 11100

Color Harmonies of #3B355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B355B

Black with #3B355B

Text Example


Text Example

White with #3B355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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