Html Css Color HEX #3D3859 Jacarta

📋 copy color: '#3D3859'

red 61 ◦ green 56 ◦ blue 89

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

Shades of Jacarta #3D3859

Tints of Jacarta #3D3859

RGB

 RED value IS 61 (24.22% from 255) = 29.61%

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

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

R = 29.61%
G = 27.18%
B = 43.2%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D3859 (or 0x3D3859) is known color: Jacarta. HEX triplet: 3D, 38 and 59. RGB value is (61,56,89). Sum of RGB (Red+Green+Blue) = 61+56+89=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D3859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3859 is #C2C7A6. Grayscale: #3D3D3D. Windows color (decimal): -12765095 or 5847101. OLE color: 5847101.

HSL color Cylindrical-coordinate representation of color #3D3859: hue angle of 249.09º 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 #3D3859 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 56 89 -
CMYK 0.31 0.37 0 0.65
HSL 249.09º 0.23% 0.28% -
HSV(B) 249.09º 0.37% 0.35% -
XYZ 5.14 4.54 10.06 -
YUV 61.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 61 56 89 0.31 0.37 0 0.65 249.09 0.23 0.28
Hex 3D 38 59 1F 25 0 41 F9 17 1C
Octal 75 70 131 37 45 0 101 371 27 34
Binary 111101 111000 1011001 11111 100101 0 1000001 11111001 10111 11100

Color Harmonies of #3D3859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3859

Black with #3D3859

Text Example


Text Example

White with #3D3859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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