Html Css Color HEX #3B3856 Jacarta

📋 copy color: '#3B3856'

red 59 ◦ green 56 ◦ blue 86

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

Shades of Jacarta #3B3856

Tints of Jacarta #3B3856

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

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

R = 29.35%
G = 27.86%
B = 42.79%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3B3856 (or 0x3B3856) is known color: Jacarta. HEX triplet: 3B, 38 and 56. RGB value is (59,56,86). Sum of RGB (Red+Green+Blue) = 59+56+86=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #3B3856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3856 is #C4C7A9. Grayscale: #3C3C3C. Windows color (decimal): -12896170 or 5650491. OLE color: 5650491.

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

Color convert

RGB 59 56 86 -
CMYK 0.31 0.35 0 0.66
HSL 246º 0.21% 0.28% -
HSV(B) 246º 0.35% 0.34% -
XYZ 4.9 4.43 9.4 -
YUV 60.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 59 56 86 0.31 0.35 0 0.66 246 0.21 0.28
Hex 3B 38 56 1F 23 0 42 F6 15 1C
Octal 73 70 126 37 43 0 102 366 25 34
Binary 111011 111000 1010110 11111 100011 0 1000010 11110110 10101 11100

Color Harmonies of #3B3856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3856

Black with #3B3856

Text Example


Text Example

White with #3B3856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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