Html Css Color HEX #3F3557 Jacarta

📋 copy color: '#3F3557'

red 63 ◦ green 53 ◦ blue 87

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

Shades of Jacarta #3F3557

Tints of Jacarta #3F3557

RGB

 RED value IS 63 (25% from 255) = 31.03%

 GREEN value IS 53 (21.09% from 255) = 26.11%

 BLUE value IS 87 (34.38% from 255) = 42.86%

R = 31.03%
G = 26.11%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3F3557 (or 0x3F3557) is known color: Jacarta. HEX triplet: 3F, 35 and 57. RGB value is (63,53,87). Sum of RGB (Red+Green+Blue) = 63+53+87=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F3557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3557 is #C0CAA8. Grayscale: #3B3B3B. Windows color (decimal): -12634793 or 5715263. OLE color: 5715263.

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

Color convert

RGB 63 53 87 -
CMYK 0.28 0.39 0 0.66
HSL 257.65º 0.24% 0.27% -
HSV(B) 257.65º 0.39% 0.34% -
XYZ 5.04 4.29 9.58 -
YUV 59.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 63 53 87 0.28 0.39 0 0.66 257.65 0.24 0.27
Hex 3F 35 57 1C 27 0 42 102 18 1B
Octal 77 65 127 34 47 0 102 402 30 33
Binary 111111 110101 1010111 11100 100111 0 1000010 100000010 11000 11011

Color Harmonies of #3F3557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3557

Black with #3F3557

Text Example


Text Example

White with #3F3557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,53,87); }

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

background-color css

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

 a { background-color: rgb(63,53,87); }

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

border-color css

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

 span { border-color: rgb(63,53,87); }

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