Html Css Color HEX #3B385B Jacarta

📋 copy color: '#3B385B'

red 59 ◦ green 56 ◦ blue 91

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

Shades of Jacarta #3B385B

Tints of Jacarta #3B385B

RGB

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

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

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

R = 28.64%
G = 27.18%
B = 44.17%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3B385B (or 0x3B385B) is known color: Jacarta. HEX triplet: 3B, 38 and 5B. RGB value is (59,56,91). Sum of RGB (Red+Green+Blue) = 59+56+91=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B385B is #C4C7A4. Grayscale: #3C3C3C. Windows color (decimal): -12896165 or 5978171. OLE color: 5978171.

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

Color convert

RGB 59 56 91 -
CMYK 0.35 0.38 0 0.64
HSL 245.14º 0.24% 0.29% -
HSV(B) 245.14º 0.38% 0.36% -
XYZ 5.11 4.51 10.5 -
YUV 60.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 59 56 91 0.35 0.38 0 0.64 245.14 0.24 0.29
Hex 3B 38 5B 23 26 0 40 F5 18 1D
Octal 73 70 133 43 46 0 100 365 30 35
Binary 111011 111000 1011011 100011 100110 0 1000000 11110101 11000 11101

Color Harmonies of #3B385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B385B

Black with #3B385B

Text Example


Text Example

White with #3B385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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