Html Css Color HEX #3B3859 Jacarta

📋 copy color: '#3B3859'

red 59 ◦ green 56 ◦ blue 89

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

Shades of Jacarta #3B3859

Tints of Jacarta #3B3859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 28.92%
G = 27.45%
B = 43.63%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B3859 (or 0x3B3859) is known color: Jacarta. HEX triplet: 3B, 38 and 59. RGB value is (59,56,89). Sum of RGB (Red+Green+Blue) = 59+56+89=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B3859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3859 is #C4C7A6. Grayscale: #3C3C3C. Windows color (decimal): -12896167 or 5847099. OLE color: 5847099.

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

Color convert

RGB 59 56 89 -
CMYK 0.34 0.37 0 0.65
HSL 245.45º 0.23% 0.28% -
HSV(B) 245.45º 0.37% 0.35% -
XYZ 5.02 4.48 10.05 -
YUV 60.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 59 56 89 0.34 0.37 0 0.65 245.45 0.23 0.28
Hex 3B 38 59 22 25 0 41 F5 17 1C
Octal 73 70 131 42 45 0 101 365 27 34
Binary 111011 111000 1011001 100010 100101 0 1000001 11110101 10111 11100

Color Harmonies of #3B3859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3859

Black with #3B3859

Text Example


Text Example

White with #3B3859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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