Html Css Color HEX #3B3656 Jacarta

📋 copy color: '#3B3656'

red 59 ◦ green 54 ◦ blue 86

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

Shades of Jacarta #3B3656

Tints of Jacarta #3B3656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.14%

 BLUE value IS 86 (33.98% from 255) = 43.22%

R = 29.65%
G = 27.14%
B = 43.22%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3B3656 (or 0x3B3656) is known color: Jacarta. HEX triplet: 3B, 36 and 56. RGB value is (59,54,86). Sum of RGB (Red+Green+Blue) = 59+54+86=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #3B3656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3656 is #C4C9A9. Grayscale: #3B3B3B. Windows color (decimal): -12896682 or 5649979. OLE color: 5649979.

HSL color Cylindrical-coordinate representation of color #3B3656: hue angle of 249.38º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B3656 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 59 54 86 -
CMYK 0.31 0.37 0 0.66
HSL 249.38º 0.23% 0.27% -
HSV(B) 249.38º 0.37% 0.34% -
XYZ 4.8 4.24 9.37 -
YUV 59.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 59 54 86 0.31 0.37 0 0.66 249.38 0.23 0.27
Hex 3B 36 56 1F 25 0 42 F9 17 1B
Octal 73 66 126 37 45 0 102 371 27 33
Binary 111011 110110 1010110 11111 100101 0 1000010 11111001 10111 11011

Color Harmonies of #3B3656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3656

Black with #3B3656

Text Example


Text Example

White with #3B3656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,54,86); }

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

background-color css

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

 a { background-color: rgb(59,54,86); }

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

border-color css

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

 span { border-color: rgb(59,54,86); }

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